We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a962cb commit c0db51aCopy full SHA for c0db51a
HISTORY.md
@@ -1,4 +1,6 @@
1
-## 1.2.6 (in progress)
+## 1.2.7 (in progress)
2
+
3
+## 1.2.6 (04 February 2021)
4
- RNASeq: Fail more gracefully if SummarizedExperiment object cannot be created.
5
- Fixes to handle DRAGEN BAM files from the first stage of UMI processing.
6
- Fix issue with double-annotating with dbSNP. Separating out somatic variant annotation into it's own vcfanno configuration.
setup.py
@@ -7,7 +7,7 @@
7
8
import setuptools
9
10
-VERSION = '1.2.5'
+VERSION = '1.2.6'
11
12
# add bcbio version number and git commit hash of the current revision to version.py
13
try:
0 commit comments