Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FastQC uses only 10 cores in a 32 core server #404

Open
SuhasSrinivasan opened this issue Jan 15, 2025 · 0 comments
Open

FastQC uses only 10 cores in a 32 core server #404

SuhasSrinivasan opened this issue Jan 15, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@SuhasSrinivasan
Copy link

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

@SuhasSrinivasan SuhasSrinivasan added the enhancement New feature or request label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant