Skip to content
Snippets Groups Projects
Verified Commit 6cccaa96 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

nf modules: adapt ccin2p3 profile to use singularity

parent e170dad3
Branches
No related tags found
No related merge requests found
...@@ -52,8 +52,8 @@ profiles { ...@@ -52,8 +52,8 @@ profiles {
singularity.enabled = true singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: fastq_dump {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity/sambamba:0.6.7.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -53,8 +53,8 @@ profiles { ...@@ -53,8 +53,8 @@ profiles {
singularity.enabled = true singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: trimming {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity/urqt:d62c1f8.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -53,8 +53,8 @@ profiles { ...@@ -53,8 +53,8 @@ profiles {
singularity.enabled = true singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: index_fasta { withName: trimming {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img" container = "/sps/lbmc/common/singularity/urqt:d62c1f8.img"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment