haplotyper-battle-royale/nextflow.config

20 lines
338 B
Text
Raw Normal View History

2023-06-08 22:55:57 +00:00
process {
errorStrategy = 'finish'
time = '7d'
withName: 'HAPLINK_ML_HAPLOTYPES' {
ext.ml_args = """
--simulated-reads \\
--overlap-min 20 \\
--overlap-max 8000 \\
"""
}
2023-06-08 22:55:57 +00:00
}
singularity.enabled = true
env {
R_PROFILE_USER = "/.Rprofile"
R_ENVIRON_USER = "/.Renviron"
}