Skip to content

Commit a2cbdd1

Browse files
authored
prep 1.2.9 release (#3590)
1 parent b938cef commit a2cbdd1

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

HISTORY.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
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.

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author = '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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import 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
1313
try:

0 commit comments

Comments
 (0)