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

nf_modules: update ccin2p3 config

parent 3650829c
No related branches found
No related tags found
No related merge requests found
Showing
with 105 additions and 84 deletions
......@@ -35,15 +35,16 @@ profiles {
ccin2p3 {
process{
withName: fasta_from_bed {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/bedtools/2.25.0/:/usr/bin:$PATH"
beforeScript = "sh /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/bedtools_2.25.0"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge'
}
}
}
......
......@@ -36,15 +36,16 @@ profiles {
ccin2p3 {
process{
withName: index_fasta {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/bowtie/1.2.2/:/usr/bin:$PATH"
beforeScript = "sh /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/bowtie_1.2.2"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge'
}
}
}
......
......@@ -36,15 +36,16 @@ profiles {
ccin2p3 {
process{
withName: mapping_fastq {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/bowtie/1.2.2/:/usr/bin:$PATH"
beforeScript = "sh /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/bowtie_1.2.2"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge'
}
}
}
......
......@@ -36,15 +36,16 @@ profiles {
ccin2p3 {
process{
withName: mapping_fastq {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/bowtie/1.2.2/:/usr/bin:$PATH"
beforeScript = "sh /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/bowtie_1.2.2"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge'
}
}
}
......
......@@ -36,15 +36,16 @@ profiles {
ccin2p3 {
process{
withName: index_fasta {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/bowtie2/2.3.4.1/:/usr/bin:$PATH"
beforeScript = "sh /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/bowtie2_2.3.4.1"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge'
}
}
}
......
......@@ -36,15 +36,16 @@ profiles {
ccin2p3 {
process{
withName: mapping_fastq {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/bowtie2/2.3.4.1/:/usr/bin:$PATH"
beforeScript = "sh /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/bowtie2_2.3.4.1"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge'
}
}
}
......
......@@ -36,15 +36,16 @@ profiles {
ccin2p3 {
process{
withName: mapping_fastq {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/bowtie2/2.3.4.1/:/usr/bin:$PATH"
beforeScript = "sh /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/bowtie2_2.3.4.1"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge'
}
}
}
......
......@@ -36,15 +36,16 @@ profiles {
ccin2p3 {
process{
withName: index_fasta {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/bwa/0.7.17/:/usr/bin:$PATH"
beforeScript = "sh /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/bwa_0.7.17"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge'
}
}
}
......
......@@ -36,15 +36,16 @@ profiles {
ccin2p3 {
process{
withName: mapping_fastq {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/bwa/0.7.17/:/usr/bin:$PATH"
beforeScript = "sh /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/bwa_0.7.17"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge'
}
}
}
......
......@@ -35,15 +35,16 @@ profiles {
ccin2p3 {
process{
withName: adaptor_removal {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/cutadapt/2.1/:/usr/bin:$PATH"
beforeScript = "sh /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/cutadapt_2.1"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge'
}
}
}
......
......@@ -35,15 +35,16 @@ profiles {
ccin2p3 {
process{
withName: adaptor_removal {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/cutadapt/2.1/:/usr/bin:$PATH"
beforeScript = "sh /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/cutadapt_2.1"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge'
}
}
}
......
......@@ -35,15 +35,16 @@ profiles {
ccin2p3 {
process{
withName: trimming {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/cutadapt/2.1/:/usr/bin:$PATH"
beforeScript = "sh /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/cutadapt_2.1"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge'
}
}
}
......
......@@ -35,15 +35,16 @@ profiles {
ccin2p3 {
process{
withName: trimming {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/cutadapt/2.1/:/usr/bin:$PATH"
beforeScript = "sh /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/cutadapt_2.1"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge'
}
}
}
......
......@@ -55,28 +55,30 @@ profiles {
ccin2p3 {
process{
withName: index_bam {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/sambamba/0.6.7/:/usr/bin:$PATH"
beforeScript = "sh /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/sambamba_0.6.7"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge'
}
}
process{
withName: bam_to_bigwig {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/deeptools/3.0.2/:/usr/bin:$PATH"
beforeScript = "sh /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/deeptools_3.0.2"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge'
}
}
}
......
......@@ -36,15 +36,16 @@ profiles {
ccin2p3 {
process{
withName: compute_matrix {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/deeptools/3.0.2/:/usr/bin:$PATH"
beforeScript = "sh /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/deeptools_3.0.2"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge'
}
}
}
......
......@@ -36,15 +36,16 @@ profiles {
ccin2p3 {
process{
withName: plot_profile {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/deeptools/3.0.2/:/usr/bin:$PATH"
beforeScript = "sh /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/deeptools_3.0.2"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge'
}
}
}
......
......@@ -35,15 +35,16 @@ profiles {
ccin2p3 {
process{
withName: fastp_fastq {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/fastp/0.19.7/:/usr/bin:$PATH"
beforeScript = "sh /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/fastp_0.19.7"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge'
}
}
}
......
......@@ -35,15 +35,16 @@ profiles {
ccin2p3 {
process{
withName: fastp_fastq {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/fastp/0.19.7/:/usr/bin:$PATH"
beforeScript = "sh /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/fastp_0.19.7"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge'
}
}
}
......
......@@ -35,15 +35,16 @@ profiles {
ccin2p3 {
process{
withName: fastqc_fastq {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/fastqc/0.11.5/:/usr/bin:$PATH"
beforeScript = "sh /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/fastqc_0.11.5"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge'
}
}
}
......
......@@ -35,15 +35,16 @@ profiles {
ccin2p3 {
process{
withName: fastqc_fastq {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/fastqc/0.11.5/:/usr/bin:$PATH"
beforeScript = "sh /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/fastqc_0.11.5"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-o ~/logs/ -e ~/logs/"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge'
}
}
}
......
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