Skip to content

Commit

Permalink
v1.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
roryk committed Feb 7, 2020
1 parent ec5a5d3 commit 9289bdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 1.2.0
## 1.2.1 (in progress)

## 1.2.0 (7 February 2020)
- Fix for bismark not being a supported aligner.
- Run ataqv (https://github.com/ParkerLab/ataqv) to calculate additional ATAQ-seq quality control
metrics.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
from setuptools import setup, find_packages

version = "1.2.0a"
version = "1.2.0"

def write_version_py():
version_py = os.path.join(os.path.dirname(__file__), 'bcbio', 'pipeline',
Expand Down

3 comments on commit 9289bdf

@amizeranschi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@roryk Could you also create some new Docker images for the new release? The last image was for release 1.1.7.

See: #3060

@roryk
Copy link
Collaborator Author

@roryk roryk commented on 9289bdf Feb 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @amizeranschi,

I've been trying to get the docker images built, but the builds keep timing out, I think during the conda solve step, I'm not super sure how to fix it ATM. @hackdna, @naumenko-sa, @chapmanb do you have any suggestions? See https://travis-ci.org/bcbio/bcbio_docker/jobs/647697340?utm_medium=notification&utm_source=github_status.

@amizeranschi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, thanks a lot for looking into this.

Please sign in to comment.