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.9 (in progress)
2- - Fixed vcf header bug: T/N SAMPLE lines are back - needed for import to SolveBio
1+ ## 1.3.0 (in progress ~ Q2 2022)
2+
3+
4+ ## 1.2.9 (14 December 2021)
5+ - Fix vcf header bug: T/N SAMPLE lines are back - needed for import to SolveBio
36- add strandedness: auto for -l A option in salmon
47- report 10x more peaks in CHIP/ATAC-seq - use 0.05 qvalue
5- - fixed misleading RNA-seq duplicated reads statistics: thanks @sib-bcf
8+ - fix misleading RNA-seq duplicated reads statistics: thanks @sib-bcf
69- reorganize conda environments
710- snpEff 5.0
811- strandedness: auto
12+ - document WGBS pipeline steps
13+ - make --local an option, not default in bismark alignment - too slow
14+ - bcbioRNASeq update to 0.3.44
15+ - pureCN update to 2.0.1
16+ - octopus update to 0.7.4
917
1018## 1.2.8 (14 April 2021)
1119- Set ENCODE library complexity flags properly for ChIP-seq. Thanks to @mistrm82 .
Original file line number Diff line number Diff line change 2626author = 'bcbio-nextgen contributors'
2727
2828# The full version, including alpha/beta/rc tags
29- version = release = '1.2.8 '
29+ version = release = '1.2.9 '
3030
3131# -- General configuration ---------------------------------------------------
3232
Original file line number Diff line number Diff line change 77
88import setuptools
99
10- VERSION = '1.2.9a '
10+ VERSION = '1.2.9 '
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