nmdp-bioinformatics / pipeline

Consensus assembly and allele interpretation pipeline.
GNU Lesser General Public License v3.0
7 stars 7 forks source link

Samplecount v processorcount disparity fix #65

Closed janders3-nmdp closed 9 years ago

janders3-nmdp commented 9 years ago

Fixes issue #53 on RHEL and OSX, including cases wherein there are fewer samples than cores, or the number of samples does not divide evenly into the number of cores.

As a result of these changes, some cases exist wherein core utilization will be at (n-1) instead of at n. However, splitter will no longer attempt to use more cores than exist.

ghost commented 9 years ago

@janders3-nmdp did you intend to close this in favor of pull request #66?

janders3-nmdp commented 9 years ago

yep, #66 has a cleaner commit history.

ghost commented 9 years ago

Thanks, just wanted to confirm