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

nf_modules: rm ccin2p3_conda section in config files

parent 9ec1ade8
No related branches found
No related tags found
No related merge requests found
......@@ -34,22 +34,6 @@ profiles {
}
}
}
ccin2p3_conda {
process{
withName: sort_bam {
beforeScript = "source /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/samtools_1.7"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
"
cpus = 1
queue = 'huge'
}
}
}
ccin2p3 {
singularity.enabled = true
singularity.cacheDir = "/sps/lbmc/common/singularity/"
......
......@@ -33,22 +33,6 @@ profiles {
}
}
}
ccin2p3_conda {
process{
withName: split_bam {
beforeScript = "source /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/samtools_1.7"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
"
cpus = 1
queue = 'huge'
}
}
}
ccin2p3 {
singularity.enabled = true
singularity.cacheDir = "/sps/lbmc/common/singularity/"
......
......@@ -33,22 +33,6 @@ profiles {
}
}
}
ccin2p3_conda {
process{
withName: fastq_dump {
beforeScript = "source /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/sratoolkit_2.8.2"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
"
cpus = 1
queue = 'huge'
}
}
}
ccin2p3 {
singularity.enabled = true
singularity.cacheDir = "/sps/lbmc/common/singularity/"
......
......@@ -51,34 +51,6 @@ profiles {
}
}
}
ccin2p3_conda {
process{
withName: sort_bam {
beforeScript = "source /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/samtools_1.7"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
"
cpus = 1
queue = 'huge'
}
withName: counting {
beforeScript = "source /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/subread_1.6.4"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
"
cpus = 1
queue = 'huge'
}
}
}
ccin2p3 {
singularity.enabled = true
singularity.cacheDir = "/sps/lbmc/common/singularity/"
......
......@@ -34,22 +34,6 @@ profiles {
}
}
}
ccin2p3_conda {
process{
withName: trimming {
beforeScript = "source /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/urqt_d62c1f8"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
"
cpus = 1
queue = 'huge'
}
}
}
ccin2p3 {
singularity.enabled = true
singularity.cacheDir = "/sps/lbmc/common/singularity/"
......
......@@ -34,22 +34,6 @@ profiles {
}
}
}
ccin2p3_conda {
process{
withName: trimming {
beforeScript = "source /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/urqt_d62c1f8"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
"
cpus = 1
queue = 'huge'
}
}
}
ccin2p3 {
singularity.enabled = true
singularity.cacheDir = "/sps/lbmc/common/singularity/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment