19 lines
338 B
Text
19 lines
338 B
Text
process {
|
|
errorStrategy = 'finish'
|
|
time = '7d'
|
|
|
|
withName: 'HAPLINK_ML_HAPLOTYPES' {
|
|
ext.ml_args = """
|
|
--simulated-reads \\
|
|
--overlap-min 20 \\
|
|
--overlap-max 8000 \\
|
|
"""
|
|
}
|
|
}
|
|
|
|
singularity.enabled = true
|
|
|
|
env {
|
|
R_PROFILE_USER = "/.Rprofile"
|
|
R_ENVIRON_USER = "/.Renviron"
|
|
}
|