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

kmerclust.nf: upgrade to version 0.0.6

parent 44c20ce6
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ process KMERCLUST_LOAD {
tag "$specie"
label 'big_mem_mono_cpus'
container "lbmc/kmerclust:0.0.4"
container "lbmc/kmerclust:0.0.6"
publishDir "results/${params.kmer_size}/${specie}/", mode: 'copy'
input:
......@@ -20,7 +20,7 @@ process KMERCLUST_LOAD {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Rkmerclust: 0.0.4
Rkmerclust: 0.0.6
END_VERSIONS
"""
}
......@@ -29,7 +29,7 @@ process KMERCLUST_BOOT {
tag "$specie"
label 'big_mem_multi_cpus'
container "lbmc/kmerclust:0.0.4"
container "lbmc/kmerclust:0.0.6"
publishDir "results/${params.kmer_size}/${specie}/", mode: 'copy'
input:
......@@ -46,7 +46,7 @@ process KMERCLUST_BOOT {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Rkmerclust: 0.0.4
Rkmerclust: 0.0.6
END_VERSIONS
"""
}
......@@ -55,7 +55,7 @@ process KMERCLUST {
tag "$specie"
label 'big_mem_multi_cpus'
container "lbmc/kmerclust:0.0.4"
container "lbmc/kmerclust:0.0.6"
publishDir "results/${params.kmer_size}/${specie}/", mode: 'copy'
input:
......@@ -72,7 +72,7 @@ process KMERCLUST {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Rkmerclust: 0.0.4
Rkmerclust: 0.0.6
END_VERSIONS
"""
}
......@@ -81,7 +81,7 @@ process KMERCLUST_MERGE {
tag "$specie"
label 'big_mem_mono_cpus'
container "lbmc/kmerclust:0.0.4"
container "lbmc/kmerclust:0.0.6"
publishDir "results/${params.kmer_size}/${specie}/", mode: 'copy'
input:
......@@ -98,7 +98,7 @@ process KMERCLUST_MERGE {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Rkmerclust: 0.0.4
Rkmerclust: 0.0.6
END_VERSIONS
"""
}
......@@ -107,7 +107,7 @@ process KMERCLUST_PLOT {
tag "$specie"
label 'big_mem_mono_cpus'
container "lbmc/kmerclust:0.0.4"
container "lbmc/kmerclust:0.0.6"
publishDir "results/${params.kmer_size}/${specie}/", mode: 'copy'
input:
......@@ -124,7 +124,7 @@ process KMERCLUST_PLOT {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Rkmerclust: 0.0.4
Rkmerclust: 0.0.6
END_VERSIONS
"""
}
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