haplotyper-battle-royale/nextflow.config

11 lines
166 B
Text

process {
errorStrategy = 'finish'
time = '7d'
}
singularity.enabled = true
env {
R_PROFILE_USER = "/.Rprofile"
R_ENVIRON_USER = "/.Renviron"
}