haplotyper-battle-royale/nextflow.config

12 lines
166 B
Text
Raw Normal View History

2023-06-08 22:55:57 +00:00
process {
errorStrategy = 'finish'
time = '7d'
}
singularity.enabled = true
env {
R_PROFILE_USER = "/.Rprofile"
R_ENVIRON_USER = "/.Renviron"
}