Skip to content

Commit 2592b5b

Browse files
committed
Update test configs
1 parent 25f2c18 commit 2592b5b

2 files changed

Lines changed: 60 additions & 12 deletions

File tree

.test/configs/config.yaml

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,36 @@ PE: True
4242
use_reference: True
4343

4444
# Parameters to pass to Stringtie
45-
stringtie_params: "-f 0.05 -j 10 -c 10 -s 10 -g 1"
45+
shortread_stringtie_params: "-f 0.05"
4646

4747
# Parameters to pass to Stringtie --merge
48-
stringtie_merge_params: ""
48+
shortread_stringtie_merge_params: ""
49+
50+
# Parameters to pass to Stringtie
51+
longread_stringtie_params: "-f 0.05"
52+
53+
# Parameters to pass to Stringtie --merge
54+
longread_stringtie_merge_params: ""
55+
56+
# Parameters to pass to Stringtie
57+
mixed_stringtie_params: "-f 0.05"
58+
59+
# Parameters to pass to Stringtie --merge
60+
mixed_stringtie_merge_params: ""
4961

5062
##### PARAMETERS AFFECTING ALL ASSEMBLERS
5163

5264
# Parameters to pass to samtools (other than input, output, -m, and -T)
5365
samtools_params: ""
5466

67+
options:
68+
trim_reference: True
69+
trim_assembly: True
70+
LRSR_strat: "LR_then_mix"
71+
72+
73+
74+
LRSR_pairs:
5575

5676
##### ANNOTATION PRUNING RSCRIPT PARAMETERS
5777

@@ -68,10 +88,10 @@ samtools_params: ""
6888
# (default = 2)
6989

7090
# Pruning parameters for StringTie assemblies
71-
pruning_assembly_params: "--fdr 0.05"
91+
pruning_assembly_params: "--fdr 0.01"
7292

7393
# Pruning parameters for reference
74-
pruning_reference_params: "--fdr 0.05"
94+
pruning_reference_params: "--fdr 0.01"
7595

7696

7797
##### Exonic bin splitting parmaters #####
@@ -97,10 +117,13 @@ feature_counts_params: ""
97117
# by featureCounts, so sometimes worth increasing this a
98118
# bit from "0" to avoid calling a significant fraction of
99119
# truly exonic reads intronic.
100-
feature_counts_exon_nonoverlap: "5"
120+
feature_counts_exon_nonoverlap: "0"
101121

102122

103123
##### ANNOTATION FILTERING RSCRIPT PARAMETERS
104124

105-
filter_params: ""
125+
shortread_filter_params: ""
126+
127+
mixed_filter_params: ""
106128

129+
longread_filter_params: ""

.test/configs/config_clean.yaml

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ samples:
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
1112
reference_gtf: data/annotation/genome.gtf
@@ -34,16 +35,36 @@ PE: True
3435
use_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)
4558
samtools_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

Comments
 (0)