fls-bioinformatics-core / auto_process_ngs

Scripts and utilities for automatic processing & management of Illumina NGS sequencing data.
Other
9 stars 6 forks source link

'cellranger mkfastq' should get local cores and memory per core from execution environment #841

Open pjbriggs opened 1 year ago

pjbriggs commented 1 year ago

In the Fastq generation pipeline, when cellranger mkfastq is run in local mode then the numbers of cores and memory per core should be set from the execution environment (e.g. maximum number of available cores) rather than the numbers in the configuration (which may be more appropriate for running count or multi, and might not match the execution environment specified for mkfastq).