Skip to content

Releases: ICGC-TCGA-PanCancer/PCAP-core

v1.5.1 - bam_stats c now has CRAM support.

23 Feb 13:43
Compare
Choose a tag to compare

Also dropped need for samtools v1.x api as can be handled by htslib on it's own.

v1.5.0 - bamToBw.pl and new biobambam dep

20 Feb 16:18
Compare
Choose a tag to compare

No changes to old tools, just additions and prep for handling CRAM input.

v1.4.0 - bam_stats in C

17 Feb 15:02
Compare
Choose a tag to compare

Takes less than 2 hours to generate stats on a sample level BAM file of ~120GB.

v1.3.0 - multi-threaded bam_stats.pl

05 Feb 16:27
Compare
Choose a tag to compare

bam_stats.pl is now multi-threaded, can get ~50% runtime reduction with 3-4 threads, memory still <500MB.

Upgrades biobambam to 0.0.185 (and dependencies).

v1.2.3 - more robust xml_to_bas.pl

15 Dec 22:50
Compare
Choose a tag to compare

v1.2.2 - Bugfix for bwa_mem.pl

21 Oct 10:53
Compare
Choose a tag to compare

Fixed bug in bwa_mem.pl when using '-f' option on paired fastq.

This issue has no impact on pancancer related tools.

v1.2.1 - bugfix

16 Oct 11:28
Compare
Choose a tag to compare

Makes xml_to_bas.pl more robust on AWS. Retrieved XML was being truncated on some network configurations.

Symptom:
unclosed token at line 90, column 12, byte 8117 at /usr/lib/perl5/XML/Parser.pm line 187.
(or similar line/column/byte)

There are no other changes in this release that affect functionality.

v1.2.0 - parallel processing bwa_mem.pl

08 Oct 08:26
Compare
Choose a tag to compare

Modifications made to the bwa_mem.pl code to split a lane of data into fragments to reduce failure recovery time. Primarily added to handle X10 data better.

Also updated samtools to 0.1.20, last version that is currently compatible with Bio::DB::Sam.

v1.1.1 - maintenance release

27 Jun 14:05
Compare
Choose a tag to compare

Fix missing dependancy and build a relocatable version of biobambam suitable for use in artifactory.

v1.1.0

12 Jun 10:36
Compare
Choose a tag to compare
  • Minor enhancement to bwa_mem.pl to automatically generate the *.bas file.
  • Added xml_to_bas.pl for pancancer users, see the wiki for details.
  • Fixed a few minor issues