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

kmerclust.nf: upgrade to v0.1.2

parent a29a2832
Branches
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.1.1" container "lbmc/kmerclust:0.1.2"
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.1.1 Rkmerclust: 0.1.2
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.1.1" container "lbmc/kmerclust:0.1.2"
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.1.1 Rkmerclust: 0.1.2
END_VERSIONS END_VERSIONS
""" """
} }
...@@ -55,7 +55,7 @@ process KMERCLUST_CLUST { ...@@ -55,7 +55,7 @@ process KMERCLUST_CLUST {
tag "$specie" tag "$specie"
label 'big_mem_mono_cpus' label 'big_mem_mono_cpus'
container "lbmc/kmerclust:0.1.1" container "lbmc/kmerclust:0.1.2"
publishDir "results/${params.kmer_size}/${specie}/", mode: 'copy' publishDir "results/${params.kmer_size}/${specie}/", mode: 'copy'
input: input:
...@@ -73,7 +73,7 @@ process KMERCLUST_CLUST { ...@@ -73,7 +73,7 @@ process KMERCLUST_CLUST {
cat <<-END_VERSIONS > versions.yml cat <<-END_VERSIONS > versions.yml
"${task.process}": "${task.process}":
Rkmerclust: 0.1.1 Rkmerclust: 0.1.2
END_VERSIONS END_VERSIONS
""" """
} }
...@@ -82,7 +82,7 @@ process KMERCLUST_MERGE { ...@@ -82,7 +82,7 @@ process KMERCLUST_MERGE {
tag "$specie" tag "$specie"
label 'big_mem_mono_cpus' label 'big_mem_mono_cpus'
container "lbmc/kmerclust:0.1.1" container "lbmc/kmerclust:0.1.2"
publishDir "results/${params.kmer_size}/${specie}/", mode: 'copy' publishDir "results/${params.kmer_size}/${specie}/", mode: 'copy'
input: input:
...@@ -99,7 +99,7 @@ process KMERCLUST_MERGE { ...@@ -99,7 +99,7 @@ process KMERCLUST_MERGE {
cat <<-END_VERSIONS > versions.yml cat <<-END_VERSIONS > versions.yml
"${task.process}": "${task.process}":
Rkmerclust: 0.1.1 Rkmerclust: 0.1.2
END_VERSIONS END_VERSIONS
""" """
} }
...@@ -108,7 +108,7 @@ process KMERCLUST_PLOT { ...@@ -108,7 +108,7 @@ process KMERCLUST_PLOT {
tag "$specie" tag "$specie"
label 'big_mem_mono_cpus' label 'big_mem_mono_cpus'
container "lbmc/kmerclust:0.1.1" container "lbmc/kmerclust:0.1.2"
publishDir "results/${params.kmer_size}/${specie}/", mode: 'copy' publishDir "results/${params.kmer_size}/${specie}/", mode: 'copy'
input: input:
...@@ -125,7 +125,7 @@ process KMERCLUST_PLOT { ...@@ -125,7 +125,7 @@ process KMERCLUST_PLOT {
cat <<-END_VERSIONS > versions.yml cat <<-END_VERSIONS > versions.yml
"${task.process}": "${task.process}":
Rkmerclust: 0.1.1 Rkmerclust: 0.1.2
END_VERSIONS END_VERSIONS
""" """
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment