Skip to content

Commit

Permalink
1.2.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
roryk committed Mar 25, 2020
1 parent 69bc24d commit 48139c4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
## 1.2.1 (in progress)
## 1.2.2 (in progress)

## 1.2.1 (25 March 2020)
- Update ChIP and ATAC bowtie2 runs to use `--very-sensitive`.
- Properly pad TSS BED file for ataqv TSS enrichment metrics.
- Skip bcbioRNASeq if there are less than three samples.
- Run joint-calling with single cores to save resources.
- Re-support PureCN.
- Skip segments with no informative SNPs when creating the LOH VCF file from PureCN output.
- Fix for duplicated output for mosdepth in quality control report.
- Fix for missing rRNA statistics.

## 1.2.0 (7 February 2020)
- Fix for bismark not being a supported aligner.
Expand Down
2 changes: 1 addition & 1 deletion requirements-conda.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bcbio-nextgen=1.2.0
bcbio-nextgen=1.2.1
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bcbio-nextgen==1.2.0
bcbio-nextgen==1.2.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import setuptools

VERSION = '1.2.0'
VERSION = '1.2.1'

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

0 comments on commit 48139c4

Please sign in to comment.