fix: Add escapes to ML haplotype caller

This commit is contained in:
Thomas A. Christensen II 2023-10-19 16:01:51 -05:00
parent 3e411cc688
commit b22ea2664b
Signed by: millironx
GPG key ID: 09335146883990B9

View file

@ -57,7 +57,7 @@ process {
}
withName: 'HAPLINK_ML_HAPLOTYPES' {
ext.ml_args = """
ext.ml_args = """\
--simulated-reads \\
--overlap-min 20 \\
--overlap-max 8000 \\