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