Skip to content

Commit

Permalink
add -c 0 contig consensus
Browse files Browse the repository at this point in the history
  • Loading branch information
Joon-Klaps committed Oct 2, 2024
1 parent de6ab1d commit 3714c3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,7 @@ process {
ext.prefix = { "${meta.id}_consensus" } // DON'T CHANGE
ext.args = [
'-t 0', // minmum frequency threshhold, majority rule
'-c 0.1', // minimum insertion frequency threshold: 10% needs to have the insert in order for it to be considered
'-q 0', // minimum quality score : 0 (no quality is provided)
'-m 1', // minimum depth to call consensus
'-n N' // Characters to print in regions with less coverage
Expand Down

0 comments on commit 3714c3b

Please sign in to comment.