uclahs-cds / pipeline-align-DNA

Nextflow pipeline to align paired DNA FASTQs and sort, mark duplicates, and index resulting alignment
https://uclahs-cds.github.io/pipeline-align-DNA/
GNU General Public License v2.0
4 stars 1 forks source link

Missing call to methods.setup_docker_cpus() #297

Closed nwiltsie closed 8 months ago

nwiltsie commented 9 months ago

This pipeline does not call methods.setup_docker_cpus(). Using that method is important to ensure proper CPU allocation for docker images - see https://github.com/uclahs-cds/pipeline-Nextflow-config/pull/25 for more details.