File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## 1.2.8 (in progress)
1+ ## 1.2.9 (in progress)
2+
3+
4+ ## 1.2.8 (14 April 2021)
25- Set ENCODE library complexity flags properly for ChIP-seq. Thanks to @mistrm82 .
36- Fix greylisted peaks not being propagated to the output directory. Thanks to @mistrm82 .
47- Better error message when no sample barcodes are found for single-cell RNA-seq.
1114- Enable consensus peak calling for broad peaks. Thanks to @mistrm82 and
1215 @yoonsquared for pointing out this was missing.
1316- Re-enable ATAC-seq tests, they work now.
17+ - svprioritize for mm10
18+ - purecn_Dx.R - mutational signatures - still requires a manual update of deconstructsigs or release of it
19+ - make sure purecn uses sv_regions bed to call variants
20+ - fix misleading disambiguation fastqc read statistics (total, hg38, mm10)
21+ - wgbs: nebemseq kit: add --maxins 1000 and --local to bismark align
22+ - WGBS: sorted indexed deduplicated bam for ready.bam
23+ - print error message when aligner: false and hla typing is on
24+ - make sure that mark_duplicates is false with collapsed UMI input
1425
1526## 1.2.7 (22 February 2021)
1627- RNASeq: Add gene body coverage plots to multiqc report.
Original file line number Diff line number Diff line change 1- Copyright (c) 2013 bcbio-nextgen contributors
1+ Copyright (c) 2013-2021 bcbio-nextgen contributors
22
33Permission is hereby granted, free of charge, to any person obtaining
44a copy of this software and associated documentation files (the
Original file line number Diff line number Diff line change 2222# -- Project information -----------------------------------------------------
2323
2424project = 'bcbio-nextgen'
25- copyright = '2020 , bcbio-nextgen contributors'
25+ copyright = '2021 , bcbio-nextgen contributors'
2626author = 'bcbio-nextgen contributors'
2727
2828# The full version, including alpha/beta/rc tags
29- version = release = '1.2.4 '
29+ version = release = '1.2.8 '
3030
3131# -- General configuration ---------------------------------------------------
3232
Original file line number Diff line number Diff line change 77
88import setuptools
99
10- VERSION = '1.2.7 '
10+ VERSION = '1.2.8 '
1111
1212# add bcbio version number and git commit hash of the current revision to version.py
1313try :
You can’t perform that action at this time.
0 commit comments