Published December 6, 2019
| Version v1.1.9
Software
Open
bcbio/bcbio-nextgen: v1.1.9
Creators
- Brad Chapman1
- Rory Kirchner2
- Lorena Pantano2
- Tetiana Khotiainsteva
- Matthias De Smet3
- Luca Beltrame
- Vlad Saveliev4
- Roman Valls Guimera5
- Sergey Naumenko
- John Kern
- Christian Brueffer6
- Guillermo Carrasco7
- Mario Giovacchini8
- Ilya Sytchev
- Paul Tang9
- Miika Ahdesmaki10
- Sehrish Kanwal11
- James J Porter12
- Steffen Möller13
- Vang Le14
- Alexandru Coman15
- Valentine Svensson16
- bogdang989
- Meeta Mistry17
- Matt Edwards
- Jeff Hammerbacher18
- Brent Pedersen19
- Peter Cock
- apastore
- Stephen Turner20
- 1. Ginkgo Bioworks
- 2. Harvard Chan School of Public Health
- 3. @CenterForMedicalGeneticsGhent
- 4. @UMCCR
- 5. University of Melbourne
- 6. Lund University Cancer Center
- 7. @iZettle
- 8. Science for Life Laboratory
- 9. startup
- 10. AstraZeneca
- 11. The University of Melbourne
- 12. Recurse Center
- 13. University of Rostock
- 14. Aalborg University
- 15. @tss-yonder
- 16. Caltech
- 17. HSPH
- 18. @hammerlab
- 19. University of Utah
- 20. University of Virginia
Description
- 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.
Files
bcbio/bcbio-nextgen-v1.1.9.zip
Files
(17.8 MB)
Name | Size | Download all |
---|---|---|
md5:9ef59b0c6395d6b09459ee9a8e885074
|
17.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/bcbio/bcbio-nextgen/tree/v1.1.9 (URL)