Select Git revision
split_bams.config
split_bams.config 1.70 KiB
profiles {
docker {
docker.temp = 'auto'
docker.enabled = true
process {
withName: split_bam {
container = "sambamba:0.6.9"
cpus = 4
}
}
}
singularity {
singularity.enabled = true
process {
withName: split_bam {
container = "file://bin/sambamba:0.6.9.img"
cpus = 4
}
}
}
psmn {
process{
withName: split_bam {
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "sambamba/0.6.9"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 16
memory = "30GB"
time = "24h"
queue = 'E5-2670deb128A,E5-2670deb128B,E5-2670deb128C,E5-2670deb128D,E5-2670deb128E,E5-2670deb128F'
penv = 'openmp16'
}
}
}
ccin2p3_conda {
process{
withName: split_bam {
beforeScript = "source /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/sambamba_0.6.9"
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'
}
}
}
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'
}
}
}
}