-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig.yaml
45 lines (34 loc) · 1.56 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#input files at top: check them!
# all input files must be in the folder ./input/
# use the full file name, including file ending
# input splice graph
# format must be .vg
graph: HumanUpdated38V5.gfa
# reference transcripts
# format can be either fasta/fastq, gzipped or not
transcripts: HumanTranscriptsReduced.fa
# sequenced reads
# format can be either fasta/fastq, gzipped or not
# for more files, add them in new lines starting with "- "
# NOTE: the file names without ending must be unique! You cannot have eg. reads.fq and reads.fa
reads: humanNA12878dRNA.fasta
#optional params below: default values will probably work
#size of the seed hits. Fewer means more accurate but slower alignments.
seedsize: 17
#max number of seeds. Fewer means faster but more inaccurate alignment
maxseeds: 15
fusion_max_error_rate: 0.2
fusion_min_score_difference: 200
#options: --greedy-length --greedy-score --greedy-E --schedule-score --schedule-length --schedule-inverse-E-product --schedule-inverse-E-sum
alignment_selection: --greedy-length
alignment_E_cutoff: 1
#bandwidth for the aligner. Higher means more accurate but slower alignment.
aligner_bandwidth: 35
gtffile: HomoSapiens.gtf
#file paths
# https://bitbucket.org/dilipdurai/aeron/
scripts: /MMCI/MS/LongRNA/work/mikko/AERON_runs/run_20200515_threeprime/Aeron/AeronScripts
# https://github.com/maickrau/GraphAligner
binaries: /MMCI/MS/LongRNA/work/mikko/AERON_runs/run_20200515_threeprime/Aeron/Binaries
# needed to convert mummer seeds to .gam seeds
vgpath: /MMCI/MS/LongRNA/work/mikko/vg/vg