Skip to content

Commit

Permalink
Remove mpileup depth limit by default (connor-lab#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bull authored Jul 24, 2020
1 parent 84a7abe commit 33b0f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/illumina.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ params {
// Sliding window quality threshold for keeping reads after primer trimming (illumina)
illuminaQualThreshold = 20

// Mpileup depth for ivar
mpileupDepth = 100000
// Mpileup depth for ivar (although undocumented in mpileup, setting to zero removes limit)
mpileupDepth = 0

// iVar frequency threshold for consensus variant (ivar consensus: -t)
ivarFreqThreshold = 0.75
Expand Down

0 comments on commit 33b0f4c

Please sign in to comment.