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 67b6310 commit ec84064Copy full SHA for ec84064
2 files changed
HISTORY.md
@@ -1,4 +1,6 @@
1
-## 1.2.5 (in progress)
+## 1.2.6 (in progress)
2
+
3
+## 1.2.5 (01 January 2021)
4
- Joint calling for RNA-seq variant calling requires setting `jointcaller` to bring it in line
5
with the configuration options for variant calling.
6
- Allow pre-aligned BAMs and gVCFs for RNA-seq joint variant calling. Thanks to @WimSpree for the
setup.py
@@ -7,7 +7,7 @@
7
8
import setuptools
9
10
-VERSION = '1.2.4'
+VERSION = '1.2.5'
11
12
# add bcbio version number and git commit hash of the current revision to version.py
13
try:
0 commit comments