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

nf modules: add ccin2p3 profile

parent 78189351
Branches
Tags
No related merge requests found
......@@ -48,4 +48,21 @@ profiles {
}
}
}
ccin2p3 {
singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{
withName: index_fasta {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
queue = 'huge'
}
}
}
}
......@@ -48,4 +48,21 @@ profiles {
}
}
}
ccin2p3 {
singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{
withName: index_fasta {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
queue = 'huge'
}
}
}
}
......@@ -49,5 +49,22 @@ profiles {
}
}
}
ccin2p3 {
singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{
withName: index_fasta {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
queue = 'huge'
}
}
}
}
......@@ -49,5 +49,22 @@ profiles {
}
}
}
ccin2p3 {
singularity.enabled = true
singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{
withName: index_fasta {
container = "/sps/lbmc/common/singularity/kallisto:0.44.0.img"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
queue = 'huge'
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment