nf-core / kmermaid

k-mer similarity analysis pipeline
https://nf-co.re/kmermaid
MIT License
19 stars 12 forks source link

Increase CPUs for high_memory_long #82

Closed olgabot closed 4 years ago

olgabot commented 4 years ago

Currently, extract_per_cell_fastqs/ bam2fasta make_fastqs_percell uses the high_memory_long process configuration, which uses only 1 process. This is taking a very long time to finish for me (been running since 2020-05-14 12:28:02). So this PR increases the CPUs from 1 to 10.

PR checklist