File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,13 +93,13 @@ if ( params.illumina ) {
93
93
// Mpileup depth for ivar (although undocumented in mpileup, setting to zero removes limit)
94
94
mpileupDepth = 100000
95
95
// iVar frequency threshold for consensus variant (ivar consensus: -t)
96
- ivarFreqThreshold = 0.75
96
+ varFreqThreshold = 0.75
97
97
// Minimum coverage depth to call variant (ivar consensus: -m; ivar variants -m)
98
- ivarMinDepth = 10
98
+ varMinDepth = 10
99
99
// iVar frequency threshold to call variant (ivar variants: -t )
100
- ivarMinFreqThreshold = 0.25
100
+ varMinFreqThreshold = 0.03
101
101
// iVar minimum mapQ to call variant (ivar variants: -q)
102
- ivarMinVariantQuality = 20
102
+ varMinVariantQuality = 20
103
103
// Typing frequency threshold to call aa consequences of variant. Set to ivarFreqThreshold for consistency with consensus
104
104
csqAfThreshold = 0.75
105
105
// Minimum coverage depth to call aa consequences of variant. Set to ivarMinDepth for consistency with consensus
You can’t perform that action at this time.
0 commit comments