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

kmerclust.nf: reduce cpu

parent af3a7635
No related branches found
No related tags found
No related merge requests found
process KMERCLUST_LOAD {
tag "$specie"
label 'big_mem_multi_cpus'
label 'big_mem_mono_cpus'
container "lbmc/kmerclust:0.0.2"
publishDir "results/${params.kmer_size}/${specie}/", mode: 'copy'
......@@ -53,7 +53,7 @@ process KMERCLUST {
process KMERCLUST_MERGE {
tag "$specie"
label 'big_mem_multi_cpus'
label 'big_mem_mono_cpus'
container "lbmc/kmerclust:0.0.2"
publishDir "results/${params.kmer_size}/${specie}/", mode: 'copy'
......
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