Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix number of cpus for modules with piped tools #498

@JoseEspinosa

Description

@JoseEspinosa

As reported by @lindenb on this tweet, some piped commands should share the number of available CPUs instead of taking each of them all the CPUs. As proposed by @ewels on the modules slack channel, the easiest solution is to assign the CPUs to each piped command with something such as floor(task.cpus /2).

Affected modules:

[ ] bowtie/align
[ ] bowtie2/align
[ ] bwa/mem
[ ] bwamem2/mem
[ ] bwameth/align

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions