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

cutadapt: config change version from 2.1 to 2.4

parent 05e1de4c
Branches
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ profiles { ...@@ -4,7 +4,7 @@ profiles {
docker.enabled = true docker.enabled = true
process { process {
withName: adaptor_removal { withName: adaptor_removal {
container = "lbmc/cutadapt:2.1" container = "lbmc/cutadapt:2.4"
cpus = 1 cpus = 1
} }
} }
...@@ -14,7 +14,7 @@ profiles { ...@@ -14,7 +14,7 @@ profiles {
singularity.cacheDir = "./bin/" singularity.cacheDir = "./bin/"
process { process {
withName: adaptor_removal { withName: adaptor_removal {
container = "lbmc/cutadapt:2.1" container = "lbmc/cutadapt:2.4"
cpus = 1 cpus = 1
} }
} }
...@@ -23,7 +23,7 @@ profiles { ...@@ -23,7 +23,7 @@ profiles {
process{ process{
withName: adaptor_removal { withName: adaptor_removal {
beforeScript = "source $baseDir/.conda_psmn.sh" beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/cutadapt_2.1" conda = "$baseDir/.conda_envs/cutadapt_2.4"
executor = "sge" executor = "sge"
clusterOptions = "-cwd -V" clusterOptions = "-cwd -V"
cpus = 1 cpus = 1
...@@ -39,7 +39,7 @@ profiles { ...@@ -39,7 +39,7 @@ profiles {
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: adaptor_removal { withName: adaptor_removal {
container = "lbmc/cutadapt:2.1" container = "lbmc/cutadapt:2.4"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -4,7 +4,7 @@ profiles { ...@@ -4,7 +4,7 @@ profiles {
docker.enabled = true docker.enabled = true
process { process {
withName: adaptor_removal { withName: adaptor_removal {
container = "lbmc/cutadapt:2.1" container = "lbmc/cutadapt:2.4"
cpus = 1 cpus = 1
} }
} }
...@@ -14,7 +14,7 @@ profiles { ...@@ -14,7 +14,7 @@ profiles {
singularity.cacheDir = "./bin/" singularity.cacheDir = "./bin/"
process { process {
withName: adaptor_removal { withName: adaptor_removal {
container = "lbmc/cutadapt:2.1" container = "lbmc/cutadapt:2.4"
cpus = 1 cpus = 1
} }
} }
...@@ -23,7 +23,7 @@ profiles { ...@@ -23,7 +23,7 @@ profiles {
process{ process{
withName: adaptor_removal { withName: adaptor_removal {
beforeScript = "source $baseDir/.conda_psmn.sh" beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/cutadapt_2.1" conda = "$baseDir/.conda_envs/cutadapt_2.4"
executor = "sge" executor = "sge"
clusterOptions = "-cwd -V" clusterOptions = "-cwd -V"
cpus = 1 cpus = 1
...@@ -39,7 +39,7 @@ profiles { ...@@ -39,7 +39,7 @@ profiles {
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: adaptor_removal { withName: adaptor_removal {
container = "lbmc/cutadapt:2.1" container = "lbmc/cutadapt:2.4"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -4,7 +4,7 @@ profiles { ...@@ -4,7 +4,7 @@ profiles {
docker.enabled = true docker.enabled = true
process { process {
withName: trimming { withName: trimming {
container = "lbmc/cutadapt:2.1" container = "lbmc/cutadapt:2.4"
cpus = 1 cpus = 1
} }
} }
...@@ -14,7 +14,7 @@ profiles { ...@@ -14,7 +14,7 @@ profiles {
singularity.cacheDir = "./bin/" singularity.cacheDir = "./bin/"
process { process {
withName: trimming { withName: trimming {
container = "lbmc/cutadapt:2.1" container = "lbmc/cutadapt:2.4"
cpus = 1 cpus = 1
} }
} }
...@@ -23,7 +23,7 @@ profiles { ...@@ -23,7 +23,7 @@ profiles {
process{ process{
withName: trimming { withName: trimming {
beforeScript = "source $baseDir/.conda_psmn.sh" beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/cutadapt_2.1" conda = "$baseDir/.conda_envs/cutadapt_2.4"
executor = "sge" executor = "sge"
clusterOptions = "-cwd -V" clusterOptions = "-cwd -V"
cpus = 1 cpus = 1
...@@ -39,7 +39,7 @@ profiles { ...@@ -39,7 +39,7 @@ profiles {
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: trimming { withName: trimming {
container = "lbmc/cutadapt:2.1" container = "lbmc/cutadapt:2.4"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
......
...@@ -4,7 +4,7 @@ profiles { ...@@ -4,7 +4,7 @@ profiles {
docker.enabled = true docker.enabled = true
process { process {
withName: trimming { withName: trimming {
container = "lbmc/cutadapt:2.1" container = "lbmc/cutadapt:2.4"
cpus = 1 cpus = 1
} }
} }
...@@ -14,7 +14,7 @@ profiles { ...@@ -14,7 +14,7 @@ profiles {
singularity.cacheDir = "./bin/" singularity.cacheDir = "./bin/"
process { process {
withName: trimming { withName: trimming {
container = "lbmc/cutadapt:2.1" container = "lbmc/cutadapt:2.4"
cpus = 1 cpus = 1
} }
} }
...@@ -23,7 +23,7 @@ profiles { ...@@ -23,7 +23,7 @@ profiles {
process{ process{
withName: trimming { withName: trimming {
beforeScript = "source $baseDir/.conda_psmn.sh" beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/cutadapt_2.1" conda = "$baseDir/.conda_envs/cutadapt_2.4"
executor = "sge" executor = "sge"
clusterOptions = "-cwd -V" clusterOptions = "-cwd -V"
cpus = 1 cpus = 1
...@@ -39,7 +39,7 @@ profiles { ...@@ -39,7 +39,7 @@ profiles {
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: trimming { withName: trimming {
container = "lbmc/cutadapt:2.1" container = "lbmc/cutadapt:2.4"
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