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