Skip to content

Releases: cancerit/cgpRna

v2.0.13 - Grass annotation script added

20 Apr 14:54
Compare
Choose a tag to compare
Merge tag '2.0.13' into dev

adding script to add grass flag to fusion output

v2.0.12 - Bugfix: compare overlapping fusions - chromosome names

20 Apr 10:54
Compare
Choose a tag to compare

Removing chr from the start of each line in the filtered GTF files used by the comparison script so that the bedtools closest command works correctly.
The Tophat-fusion, star and deFuse output doesn't have chr in the chromosome names so the GTF file needs to be comparable.

v2.0.11 - changes to setup.sh

18 Apr 21:19
Compare
Choose a tag to compare
  • Update to shebang line in defuse perl scripts to use version of Perl on PATH
  • Multi threading make commands to increase speed of installation

v2.0.10 - Bugfix - defuse.pl should be run by environment version of Perl

18 Apr 15:43
Compare
Choose a tag to compare
Merge tag '2.0.10' into dev

Ensuring that defuse.pl is run using Environment version of Perl

v2.0.9

14 Apr 20:39
Compare
Choose a tag to compare
  • Changing to version 2.1.0 of TopHat
  • Removing QCFAIL from bamtofastq command for merged, sample BAM

v2.0.8 - changes for latest version of Tophat

11 Apr 19:36
Compare
Choose a tag to compare
Merge tag '2.0.8' into dev

Changes for latest Tophat release

v2.0.7 - Latest updates to fusion pipeline

11 Apr 14:03
Compare
Choose a tag to compare
  • Changing ref data set-up for TopHat
  • Updated README

v2.0.6 - Bugfix: Using STAR parameter --outSAMheaderHD to add SO tag into header line

07 Mar 16:08
Compare
Choose a tag to compare

The final stage in the star mapping code is to coordinate sort the aligned BAM file using biobambam bamsort.
This should update the @hd header line with the following tag SO:coordinate but this was not happening becuase STAR does not add the SO tag by default. It should be adding SO:unsorted to the output mapped BAM.

Now the STAR parameter --outSAMheaderHD is used to ensure the SO tag is present prior to sorting with bamsort.

v2.0.5 - Bugfix: renaming GeneCoverage file produced by RSeQC

23 Feb 17:03
Compare
Choose a tag to compare

process_qcstats.pl checks that the RSeQC output files have been successfully produced. The gene coverage output file names have changed from .coverage.geneBodyCoverage.* to .geneBodyCoverage.*
Have updated the gene_coverage subroutine RnaQC/Implement.pm to reflect this

v2.0.4 - Bugfix to ensure ID is listed as first RG tag

16 Feb 11:44
Compare
Choose a tag to compare
Merge tag '2.0.4' into dev

Bugfix to ensure ID is always listed first for the RG line