Skip to content

Releases: cancerit/PCAP-core

Hotfix - 4.0.5

11 Jul 13:47
Compare
Choose a tag to compare
  • Now deals with empty (header only) bam files

4.0.4 - Minor bugfix to files_to_meta directory creation

01 Jun 09:25
Compare
Choose a tag to compare

Ensure links directory exists in lib/PCAP/Bwa/Meta.pm::files_to_meta before creating symlinks in that directory

4.0.3 - Minor bugfix to files_to_meta directory creation

01 Jun 09:09
Compare
Choose a tag to compare

Ensure links directory exists in lib/PCAP/Bwa/Meta.pm::files_to_meta before creating symlinks in that directory

4.0.2 - Dynamic thread scaling

31 Mar 14:41
e9d3e36
Compare
Choose a tag to compare

Changes specific to how new threads are started in the Threaded module. Will spread new thread spawning across 2 minutes if available CPUs exceeds 8. Minimum spawn time is set to 6 seconds during initial filling of cores. After this drops to 2 as it's one in, one out.

If the environment variable PCAP_THREADED_LOADBACKOFF=1 will test the load average. If above the core count will delay a thread from spawning for 30 second periods and re-test.