diff --git a/docs/session_2/2_runcommand.md b/docs/session_2/2_runcommand.md index 76e0cce..213c1d9 100644 --- a/docs/session_2/2_runcommand.md +++ b/docs/session_2/2_runcommand.md @@ -314,7 +314,7 @@ Each of these can be modified independently of the others and be applied using a process { withName: 'FREEBAYES' { - ext.args = '--min-alternate-fraction 0.05 --min-mapping-quality 1' + ext.args = '--min-alternate-fraction 0.05' } } ```