Skip to content

Releases: MelbourneGenomics/cpipe

Gene list management and updated reports

19 Feb 05:29
Compare
Choose a tag to compare

Gene list input instead of bed files

  • The process for specifying target regions has changed. Instead of specifying bed files, genes are specified, which are then converted to regions based on the exon.bed file.
  • The user guide explains in more detail.

New QC report

  • The QC report is now generated as HTML instead of PDF. It also includes new fields and documentation.

New gap report

  • The existing Excel gap report has been superseded by CSV based gap reports with additional annotation (see Cpipe Outputs)
    *Although the Excel gap report is still present in this version we expect to replace it with individual annotated gap reports in future releases.

New configuration options

  • INTERVAL_PADDING_CALL: this value is the overall padding added to each exon when calling any type of variant.
  • INTERVAL_PADDING_SNV: this value is the overall padding added to each exon when calling SNPs.
  • INTERVAL_PADDING_INDEL: this value is the overall padding added to each exon when calling indels.
  • ALLOW_SYNONYMOUS_INTRON: normally, synonymous variants are given priority 0, however, if the variant is synonymous and within this many bases of an exon boundary on the intronic side, it will not be filtered.
  • ALLOW_SYNONYMOUS_EXON: normally, synonymous variants are given priority 0, however, if the variant is synonymous and within this many bases of an exon boundary on the exonic side, it will not be filtered.

QC and gap file improvements

29 Jan 06:10
Compare
Choose a tag to compare
Pre-release
  • More QC calculations
  • Improved gap calculations
  • Fix VEP to calculate offline
  • Bug fixes

Tools to compare and evaluate an analysis

12 Nov 05:50
Compare
Choose a tag to compare
Merge pull request #64 from supernifty/compare_analyses

Compare analyses CPIPE-13

v2.2.0-rc6: Merge pull request #53 from supernifty/fix-selftest

26 Oct 08:07
Compare
Choose a tag to compare

Minor fix for python 2.6 compatibility

v2.2.0-rc5: Merge pull request #52 from supernifty/fix-selftest

26 Oct 05:38
Compare
Choose a tag to compare

Minor fixes to handle MCRI cluster

v2.2.0-rc3: Merge pull request #51 from supernifty/fix-selftest

23 Oct 03:56
Compare
Choose a tag to compare

minor fix to pipeline run ID generation

v2.2.0-rc2: Merge pull request #50 from supernifty/fix-selftest

23 Oct 02:44
Compare
Choose a tag to compare

Fix create_batch functionality to support gene lists

v2.2.0-rc1: Merge pull request #49 from supernifty/enhanced_coverage

20 Oct 02:21
Compare
Choose a tag to compare

This release includes new gene list functionality that relies on refseq exons.