Skip to content

Commit c0db51a

Browse files
committed
1.2.6 release.
1 parent 6a962cb commit c0db51a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

HISTORY.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 1.2.6 (in progress)
1+
## 1.2.7 (in progress)
2+
3+
## 1.2.6 (04 February 2021)
24
- RNASeq: Fail more gracefully if SummarizedExperiment object cannot be created.
35
- Fixes to handle DRAGEN BAM files from the first stage of UMI processing.
46
- Fix issue with double-annotating with dbSNP. Separating out somatic variant annotation into it's own vcfanno configuration.

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.5'
10+
VERSION = '1.2.6'
1111

1212
# add bcbio version number and git commit hash of the current revision to version.py
1313
try:

0 commit comments

Comments
 (0)