66 WT_2 : data/bams/WT_replicate_2.bam
77 WT_3 : data/bams/WT_nos4U.bam
88
9+ long_reads : []
910
1011# Annotation GTF to compare assemblies to or guide assembly
1112reference_gtf : data/annotation/genome.gtf
@@ -34,16 +35,36 @@ PE: True
3435use_reference : True
3536
3637# Parameters to pass to Stringtie
37- stringtie_params : " -f 0.05 -j 10 -c 10 -s 10 -g 1 "
38+ shortread_stringtie_params : " -f 0.05"
3839
3940# Parameters to pass to Stringtie --merge
40- stringtie_merge_params : " "
41+ shortread_stringtie_merge_params : " "
42+
43+ # Parameters to pass to Stringtie
44+ longread_stringtie_params : " -f 0.05"
45+
46+ # Parameters to pass to Stringtie --merge
47+ longread_stringtie_merge_params : " "
48+
49+ # Parameters to pass to Stringtie
50+ mixed_stringtie_params : " -f 0.05"
51+
52+ # Parameters to pass to Stringtie --merge
53+ mixed_stringtie_merge_params : " "
4154
4255# #### PARAMETERS AFFECTING ALL ASSEMBLERS
4356
4457# Parameters to pass to samtools (other than input, output, -m, and -T)
4558samtools_params : " "
4659
60+ options :
61+ trim_reference : True
62+ trim_assembly : True
63+ LRSR_strat : " LR_then_mix"
64+
65+
66+
67+ LRSR_pairs :
4768
4869# #### ANNOTATION PRUNING RSCRIPT PARAMETERS
4970
@@ -60,10 +81,10 @@ samtools_params: ""
6081# (default = 2)
6182
6283# Pruning parameters for StringTie assemblies
63- pruning_assembly_params : " --fdr 0.05 "
84+ pruning_assembly_params : " --fdr 0.01 "
6485
6586# Pruning parameters for reference
66- pruning_reference_params : " --fdr 0.05 "
87+ pruning_reference_params : " --fdr 0.01 "
6788
6889
6990# #### Exonic bin splitting parmaters #####
@@ -89,10 +110,14 @@ feature_counts_params: ""
89110 # by featureCounts, so sometimes worth increasing this a
90111 # bit from "0" to avoid calling a significant fraction of
91112 # truly exonic reads intronic.
92- feature_counts_exon_nonoverlap : " 5 "
113+ feature_counts_exon_nonoverlap : " 0 "
93114
94115
95116# #### ANNOTATION FILTERING RSCRIPT PARAMETERS
96117
97- filter_params : " "
118+ shortread_filter_params : " "
119+
120+ mixed_filter_params : " "
121+
122+ longread_filter_params : " "
98123
0 commit comments