Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Apr 28, 2017
2 parents 57248c4 + 6648cc4 commit 3864c4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
All notable changes to this project will be documented in this file.

## [0.3.0 Unreleased]

### Added
- Added exact cuts calculation

Expand Down
1 change: 1 addition & 0 deletions pipelines/ATACseq.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
parser.add_argument("-V", "--version", action="version",
version="%(prog)s {v}".format(v=__version__))


args = parser.parse_args()

# it always paired-end sequencing for ATACseq
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
git+https://github.com/epigen/pypiper/#egg=pypiper
git+https://github.com/epigen/looper/#egg=looper
git+https://github.com/databio/pararead/#egg=pararead
git+https://github.com/databio/pararead/#egg=pararead

0 comments on commit 3864c4b

Please sign in to comment.