bcbio-nextgen v1.1.9 Release Notes

Release Date: 2019-12-06 // over 4 years ago
    • ๐Ÿ›  Fix for get VEP cache.
    • ๐Ÿ‘Œ Support Picard's new syntax for ReorderSam (REFERENCE -> SEQUENCE_DICTIONARY).
    • โœ‚ Remove mitochondrial reads from ChIP/ATAC-seq calling.
    • โž• Add documentation describing ATAC-seq outputs.
    • โž• Add ENCODE library complexity metrics for ATAC/ChIP-seq to MultiQC report
      ๐Ÿ‘€ (see https://www.encodeproject.org/data-standards/terms/#library for a description of the metrics)
    • โž• Add STAR sample-specific 2-pass. This helps assign a moderate number of reads per genes. Thanks
      to @naumenko-sa for the intial implementation and push to get this going.
    • ๐Ÿ›  Index transcriptomes only once for pseudo/quasi aligner tools. This fixes race conditions that
      can happen.
    • โž• Add --buildversion option, for tracking which version of a gene build was used. This is used
      during bcbio_setup_genome.py. Suggested formats are source_version, so Ensembl_94,
      EnsemblMetazoa_25, FlyBase_26, etc.
    • Sort MACS2 bedgraph files before compressing. Thanks to @LMannarino for the suggestion.
    • ๐Ÿ“‡ Check for the reserved field sample in RNA-seq metadata and quit with a useful error message.
      Thanks to @marypiper for suggesting this.
    • ๐Ÿ†“ Split ATAC-seq BAM files into nucleosome-free and mono/di/tri nucleosome files, so we can call
      peaks on them separately.
    • Call peaks on NF/MN/DN/TN regions separately for each caller during ATAC-seq.
    • ๐Ÿ‘ Allow viral contamination to be assasyed on non tumor/normal samples.
    • Ensure EBV coverage is calculated when run on genomes with it included as a contig.