Skip to content

Commit

Permalink
Remove default filters in mpileup as well...
Browse files Browse the repository at this point in the history
  • Loading branch information
merszym committed Nov 19, 2024
1 parent 21d24c1 commit b418acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/process.config
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ process {
}

withName:"SAMTOOLS_MPILEUP" {
ext.args = "--output-BP-5 --no-output-ends --no-output-ins --no-output-del --no-output-ins --no-output-del --min-BQ 0 -R"
ext.args = "--output-BP-5 --no-output-ends --no-output-ins --no-output-del --no-output-ins --no-output-del --min-BQ 0 -R --ff 0"
publishDir = [
[
path: "${outdir}/out",
Expand Down

0 comments on commit b418acb

Please sign in to comment.