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

nf_modules: fix cutadapt version

parent b27127cd
No related branches found
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.4" container = "lbmc/cutadapt:2.1"
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.4" container = "lbmc/cutadapt:2.1"
cpus = 1 cpus = 1
} }
} }
...@@ -25,7 +25,7 @@ profiles { ...@@ -25,7 +25,7 @@ profiles {
singularity.runOptions = "--bind /Xnfs,/scratch" singularity.runOptions = "--bind /Xnfs,/scratch"
process{ process{
withName: adaptor_removal { withName: adaptor_removal {
container = "lbmc/cutadapt:2.4" container = "lbmc/cutadapt:2.1"
executor = "sge" executor = "sge"
clusterOptions = "-cwd -V" clusterOptions = "-cwd -V"
cpus = 1 cpus = 1
...@@ -41,7 +41,7 @@ profiles { ...@@ -41,7 +41,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.4" container = "lbmc/cutadapt:2.1"
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.4" container = "lbmc/cutadapt:2.1"
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.4" container = "lbmc/cutadapt:2.1"
cpus = 1 cpus = 1
} }
} }
...@@ -25,7 +25,7 @@ profiles { ...@@ -25,7 +25,7 @@ profiles {
singularity.runOptions = "--bind /Xnfs,/scratch" singularity.runOptions = "--bind /Xnfs,/scratch"
process{ process{
withName: adaptor_removal { withName: adaptor_removal {
container = "lbmc/cutadapt:2.4" container = "lbmc/cutadapt:2.1"
executor = "sge" executor = "sge"
clusterOptions = "-cwd -V" clusterOptions = "-cwd -V"
cpus = 1 cpus = 1
...@@ -41,7 +41,7 @@ profiles { ...@@ -41,7 +41,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.4" container = "lbmc/cutadapt:2.1"
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.4" container = "lbmc/cutadapt:2.1"
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.4" container = "lbmc/cutadapt:2.1"
cpus = 1 cpus = 1
} }
} }
...@@ -25,7 +25,7 @@ profiles { ...@@ -25,7 +25,7 @@ profiles {
singularity.runOptions = "--bind /Xnfs,/scratch" singularity.runOptions = "--bind /Xnfs,/scratch"
process{ process{
withName: trimming { withName: trimming {
container = "lbmc/cutadapt:2.4" container = "lbmc/cutadapt:2.1"
executor = "sge" executor = "sge"
clusterOptions = "-cwd -V" clusterOptions = "-cwd -V"
cpus = 1 cpus = 1
...@@ -41,7 +41,7 @@ profiles { ...@@ -41,7 +41,7 @@ profiles {
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: trimming { withName: trimming {
container = "lbmc/cutadapt:2.4" container = "lbmc/cutadapt:2.1"
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.4" container = "lbmc/cutadapt:2.1"
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.4" container = "lbmc/cutadapt:2.1"
cpus = 1 cpus = 1
} }
} }
...@@ -25,7 +25,7 @@ profiles { ...@@ -25,7 +25,7 @@ profiles {
singularity.runOptions = "--bind /Xnfs,/scratch" singularity.runOptions = "--bind /Xnfs,/scratch"
process{ process{
withName: trimming { withName: trimming {
container = "lbmc/cutadapt:2.4" container = "lbmc/cutadapt:2.1"
executor = "sge" executor = "sge"
clusterOptions = "-cwd -V" clusterOptions = "-cwd -V"
cpus = 1 cpus = 1
...@@ -41,7 +41,7 @@ profiles { ...@@ -41,7 +41,7 @@ profiles {
singularity.runOptions = "--bind /pbs,/sps,/scratch" singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{ process{
withName: trimming { withName: trimming {
container = "lbmc/cutadapt:2.4" container = "lbmc/cutadapt:2.1"
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