Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asistradition committed Oct 1, 2021
1 parent 1bd6451 commit 95ffcc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
### Version 0.3.0
### Version 0.3.1

* Added `link_atac_bed_to_genes` module to link specific peaks from a BED file to nearby genes

### Version 0.3.0

* Finalized model for prior matrix thresholding

### Version 0.2.3

* Added additional messaging and a `--debug` mode
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

install_requires = ["numpy", "pandas>=1.0", "HTSeq", "pybedtools", "scipy", "pathos", "sklearn"]
tests_require = ["coverage", "nose", "pysam"]
version = "0.3.0"
version = "0.3.1"

# Description from README.md
base_dir = os.path.dirname(os.path.abspath(__file__))
Expand Down

0 comments on commit 95ffcc2

Please sign in to comment.