Skip to content

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

@SuhasSrinivasan

Description

@SuhasSrinivasan

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions