Skip to content

Commit 48139c4

Browse files
committed
1.2.1 release.
1 parent 69bc24d commit 48139c4

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

HISTORY.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
## 1.2.1 (in progress)
1+
## 1.2.2 (in progress)
2+
3+
## 1.2.1 (25 March 2020)
24
- Update ChIP and ATAC bowtie2 runs to use `--very-sensitive`.
35
- Properly pad TSS BED file for ataqv TSS enrichment metrics.
46
- Skip bcbioRNASeq if there are less than three samples.
57
- Run joint-calling with single cores to save resources.
68
- Re-support PureCN.
79
- Skip segments with no informative SNPs when creating the LOH VCF file from PureCN output.
10+
- Fix for duplicated output for mosdepth in quality control report.
11+
- Fix for missing rRNA statistics.
812

913
## 1.2.0 (7 February 2020)
1014
- Fix for bismark not being a supported aligner.

requirements-conda.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bcbio-nextgen=1.2.0
1+
bcbio-nextgen=1.2.1

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bcbio-nextgen==1.2.0
1+
bcbio-nextgen==1.2.1

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.0'
10+
VERSION = '1.2.1'
1111

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

0 commit comments

Comments
 (0)