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 {
docker.enabled = true
process {
withName: adaptor_removal {
container = "lbmc/cutadapt:2.4"
container = "lbmc/cutadapt:2.1"
cpus = 1
}
}
......@@ -14,7 +14,7 @@ profiles {
singularity.cacheDir = "./bin/"
process {
withName: adaptor_removal {
container = "lbmc/cutadapt:2.4"
container = "lbmc/cutadapt:2.1"
cpus = 1
}
}
......@@ -25,7 +25,7 @@ profiles {
singularity.runOptions = "--bind /Xnfs,/scratch"
process{
withName: adaptor_removal {
container = "lbmc/cutadapt:2.4"
container = "lbmc/cutadapt:2.1"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......@@ -41,7 +41,7 @@ profiles {
singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{
withName: adaptor_removal {
container = "lbmc/cutadapt:2.4"
container = "lbmc/cutadapt:2.1"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
......
......@@ -4,7 +4,7 @@ profiles {
docker.enabled = true
process {
withName: adaptor_removal {
container = "lbmc/cutadapt:2.4"
container = "lbmc/cutadapt:2.1"
cpus = 1
}
}
......@@ -14,7 +14,7 @@ profiles {
singularity.cacheDir = "./bin/"
process {
withName: adaptor_removal {
container = "lbmc/cutadapt:2.4"
container = "lbmc/cutadapt:2.1"
cpus = 1
}
}
......@@ -25,7 +25,7 @@ profiles {
singularity.runOptions = "--bind /Xnfs,/scratch"
process{
withName: adaptor_removal {
container = "lbmc/cutadapt:2.4"
container = "lbmc/cutadapt:2.1"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......@@ -41,7 +41,7 @@ profiles {
singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{
withName: adaptor_removal {
container = "lbmc/cutadapt:2.4"
container = "lbmc/cutadapt:2.1"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
......
......@@ -4,7 +4,7 @@ profiles {
docker.enabled = true
process {
withName: trimming {
container = "lbmc/cutadapt:2.4"
container = "lbmc/cutadapt:2.1"
cpus = 1
}
}
......@@ -14,7 +14,7 @@ profiles {
singularity.cacheDir = "./bin/"
process {
withName: trimming {
container = "lbmc/cutadapt:2.4"
container = "lbmc/cutadapt:2.1"
cpus = 1
}
}
......@@ -25,7 +25,7 @@ profiles {
singularity.runOptions = "--bind /Xnfs,/scratch"
process{
withName: trimming {
container = "lbmc/cutadapt:2.4"
container = "lbmc/cutadapt:2.1"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......@@ -41,7 +41,7 @@ profiles {
singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{
withName: trimming {
container = "lbmc/cutadapt:2.4"
container = "lbmc/cutadapt:2.1"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
......
......@@ -4,7 +4,7 @@ profiles {
docker.enabled = true
process {
withName: trimming {
container = "lbmc/cutadapt:2.4"
container = "lbmc/cutadapt:2.1"
cpus = 1
}
}
......@@ -14,7 +14,7 @@ profiles {
singularity.cacheDir = "./bin/"
process {
withName: trimming {
container = "lbmc/cutadapt:2.4"
container = "lbmc/cutadapt:2.1"
cpus = 1
}
}
......@@ -25,7 +25,7 @@ profiles {
singularity.runOptions = "--bind /Xnfs,/scratch"
process{
withName: trimming {
container = "lbmc/cutadapt:2.4"
container = "lbmc/cutadapt:2.1"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
......@@ -41,7 +41,7 @@ profiles {
singularity.runOptions = "--bind /pbs,/sps,/scratch"
process{
withName: trimming {
container = "lbmc/cutadapt:2.4"
container = "lbmc/cutadapt:2.1"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
......
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