Skip to content

Commit b418acb

Browse files
committed
Remove default filters in mpileup as well...
1 parent 21d24c1 commit b418acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/process.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ process {
144144
}
145145

146146
withName:"SAMTOOLS_MPILEUP" {
147-
ext.args = "--output-BP-5 --no-output-ends --no-output-ins --no-output-del --no-output-ins --no-output-del --min-BQ 0 -R"
147+
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"
148148
publishDir = [
149149
[
150150
path: "${outdir}/out",

0 commit comments

Comments
 (0)