bcbio-nextgen v0.7.3 Release Notes

Release Date: 2013-09-22 // over 10 years ago
    • ๐Ÿšš Move specification of supporting genome files for variation (dbSNP, training files) and RNA-seq (transcript GTF files) analyses into an organism specific resources file. Improves ability to support additional organisms and genome builds.
    • Provide paired tumor/normal variant calling with VarScan. Thanks to Luca Beltrame.
    • Require bash shell and use of pipefail for piped commands. Ensures rapid detection of failures during piped steps like alignment.
    • ๐Ÿ”€ Use samtools cat for post-BAM merging to avoid issues with bamtools requirement for open file handles.
    • โž• Add installation/upgrade options to enable commercially restricted and data intensive third party tools.
    • ๐Ÿ‘Œ Support for GATK 2.7
    • ๐Ÿ›  Fixes for TopHat 2.0.9 support: remove extra non-mate match paired end reads from alignment output.
    • Pull description sample names from BAM files if not present in input configuration file. Thanks to Paul Tang for suggestion.
    • ๐Ÿ› Bug fixes for non-paired RNA-seq analysis.
    • โž• Add custom filtration of FreeBayes samples using bcbio.variation.
    • 0๏ธโƒฃ Default to phred33 format for Tophat alignment if none specified.