# HG changeset patch # User kkonganti # Date 1656427474 14400 # Node ID fc2d7be75a28fe5c87759fe09c64115cf28def69 # Parent 1e19594944c5ebd5983acbbf33da9e36de31f308 "planemo upload" diff -r 1e19594944c5 -r fc2d7be75a28 0.2.1/nextflow.config --- a/0.2.1/nextflow.config Tue Jun 28 10:36:51 2022 -0400 +++ b/0.2.1/nextflow.config Tue Jun 28 10:44:34 2022 -0400 @@ -27,8 +27,8 @@ includeConfig "${pd}${fs}conf${fs}modules.config" // Nextflow runtime profiles -conda.cacheDir = '/nfs/home/galaxy/cfsan-centriflaken-db/kondagac_cache' -singularity.cacheDir = '/nfs/home/galaxy/cfsan-centriflaken-db/cingularitygac_cache' +conda.cacheDir = '/tmp' +singularity.cacheDir = '/tmp' profiles { standard { @@ -40,6 +40,24 @@ docker.enabled = false } + stdkondagac { + process.executor = 'local' + process.cpus = 4 + params.enable_conda = true + params.enable_module = false + singularity.enabled = false + docker.enabled = false + } + + stdcingularitygac { + process.executor = 'local' + process.cpus = 4 + params.enable_conda = false + params.enable_module = false + singularity.enabled = true + docker.enabled = false + } + raven { process.executor = 'slurm' process.queue = 'prod' @@ -67,7 +85,7 @@ cingularitygac { process.executor = 'slurm' - executor.$slurm.exitReadTimeout = 60 + executor.$slurm.exitReadTimeout = 60000 process.queue = 'q16cpu' process.cpus = 4 singularity.enabled = true @@ -92,7 +110,7 @@ kondagac { process.executor = 'slurm' - executor.$slurm.exitReadTimeout = 60 + executor.$slurm.exitReadTimeout = 60000 process.queue = 'q16cpu' process.cpus = 4 singularity.enabled = false