Skip to content

Releases: ICGC-TCGA-PanCancer/PCAP-core

1.0.4 - fix in biobambam

19 May 09:29
Compare
Choose a tag to compare

Release to fix a problem in BioBamBam bammarkduplicates.

For multiple library files the statistics in the metrics file would be wrong and there could be too many reads which are marked as duplicates (duplicate marking is per library, so if you have two reads/read pairs which map to the same coordinates but which are in different libraries you would not consider those as duplicates. The program however put all the reads in one library, so there is a potential that reads are marked as duplicates which should not be. I guess this does not happen with high probability though).

v1.0.3 - maintenance release

07 May 14:44
Compare
Choose a tag to compare
  • Corrected issue from dynamic de-reference of hash, issue for pre 5.14 perl and potentially unstable in future.
  • Added missing project code to cv terms.
  • Bug-fixed upgrade path.
  • Cleaned up messaging in Threaded module.

v1.0.2 - maintenance release

01 May 14:41
Compare
Choose a tag to compare

Upgrade install to pull biobambam 0.0.138

  • fastqtobam option 'pairedfile' for where readnames don't have trailing '/1' or '/2'.
  • fastqtobam option to relax qscore validation without turning off... careful

Upgrade install to pull BWA 0.7.8

  • performance improvements for short read alignment (100bp)

v1.0.1

25 Apr 14:37
Compare
Choose a tag to compare

SRA.pm - check that rg id is unique within run of code (thanks to Junjun Zhang)

Upgrade install to pull biobambam 0.0.135

  • fastqtobam supports Casava v1.8
  • bamsort supports NM/MD correction during sam->bam/merge process

Minor enhancement to BAS reader module
Sample name from command line passed through to SM of RG header in bwa_mem.pl
Threads.pm - join interval is now configurable.

v1.0.0 - use with SOP v1.0

15 Apr 12:59
Compare
Choose a tag to compare

For use with PCAP Sequence Submission SOP - v1.0

There is no need to upgrade for GNOS upload purposes unless you are having problems installing under CentOS.

See Changes for full details.

v0.3.0 - use with SOP v1.0

08 Apr 09:30
Compare
Choose a tag to compare

Dev-branch beta release

03 Apr 15:44
Compare
Choose a tag to compare
Pre-release

Pre-prelease for initial testing prior to general use. Some documentation (POD) is still pending.

Enhanced with smoother install path

14 Mar 16:41
Compare
Choose a tag to compare

bam_to_sra_xml.pl

  • new param to specify the GNOS server
  • generates a bash script to automate validation/submission to GNOS.

setup.sh

  • Improved to smooth install process.

INSTALL

  • Following test on Ubuntu 12.04 VM packages that need to be installed by a package manager prior to running setup.sh are listed.

v0.1.2 - installation consistency

10 Mar 09:45
Compare
Choose a tag to compare
Pre-release

This will only generate submission scripts for the EBI GNOS presence

Fixes incompatibility of MakeMaker with perl #!/usr/bin/env perl which prevents expansion of the #! to the perl used when installing for executable scripts. Also ensured that Makefile.PL is called with pathed perl during installation.

Fixed test case relying on presence of empty folder

06 Mar 13:47
Compare
Choose a tag to compare

Empty folder is not committed to git. Rather than hacking, folder is now generated within test and cleaned up.