fix: Add escapes to ML haplotype caller
This commit is contained in:
parent
3e411cc688
commit
b22ea2664b
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ process {
|
|||
}
|
||||
|
||||
withName: 'HAPLINK_ML_HAPLOTYPES' {
|
||||
ext.ml_args = """
|
||||
ext.ml_args = """\
|
||||
--simulated-reads \\
|
||||
--overlap-min 20 \\
|
||||
--overlap-max 8000 \\
|
||||
|
|
Loading…
Reference in a new issue