Skip to content

Commit 18fa265

Browse files
authored
Merge pull request #171 from Clinical-Genomics/update_threshold(minor)
### Added * Update the iVarFrequency threshold * Fix typo to be consistent with gms-artic pipeline
1 parent 5d8f453 commit 18fa265

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mutant/config/hasta/default_config.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ if ( params.illumina ) {
9393
// Mpileup depth for ivar (although undocumented in mpileup, setting to zero removes limit)
9494
mpileupDepth = 100000
9595
// iVar frequency threshold for consensus variant (ivar consensus: -t)
96-
ivarFreqThreshold = 0.75
96+
varFreqThreshold = 0.75
9797
// Minimum coverage depth to call variant (ivar consensus: -m; ivar variants -m)
98-
ivarMinDepth = 10
98+
varMinDepth = 10
9999
// iVar frequency threshold to call variant (ivar variants: -t )
100-
ivarMinFreqThreshold = 0.25
100+
varMinFreqThreshold = 0.03
101101
// iVar minimum mapQ to call variant (ivar variants: -q)
102-
ivarMinVariantQuality = 20
102+
varMinVariantQuality = 20
103103
// Typing frequency threshold to call aa consequences of variant. Set to ivarFreqThreshold for consistency with consensus
104104
csqAfThreshold = 0.75
105105
// Minimum coverage depth to call aa consequences of variant. Set to ivarMinDepth for consistency with consensus

0 commit comments

Comments
 (0)