-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description of feature
Despite specifying 32 cores through Slurm and Nextflow config, FastQC uses only 10 threads/cores, that is 1 thread per FASTQ file, even though there are more than 10 FASTQ files and 10 cores that can be utilized in parallel.
This behavior has been noticed with other tasks as well.
It will be very helpful if FastQC and other tools can use M threads = M FASTQ or intermediate files, where, M < N cores.
Max job request options
max_cpus : 32
max_memory : 240.GB
System information
Version of nf-core/atacseq: 2.1.2
Nextflow version: v24.10.3
Container enginer: Singularity
Executor: Slurm
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request