Skip to content

Commit

Permalink
update conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsmith5 committed Nov 1, 2021
1 parent 58d9ab6 commit 01a4809
Show file tree
Hide file tree
Showing 5 changed files with 404 additions and 72 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change log
All notable changes to this project will be documented in this file.

## [0.10.2] -- 2021-11-01

### Changed
- Update conda environment file
- Update conda docs

## [0.10.1] -- 2021-10-25

### Changed
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ usage: pepatac.py [-h] [-R] [-N] [-D] [-F] [-T] [--silent] [--verbosity V]
[--TSS-name TSS_NAME] [--blacklist BLACKLIST]
[--anno-name ANNO_NAME] [--search-file SEARCH_FILE] [-V]
PEPATAC version 0.10.1
PEPATAC version 0.10.2
optional arguments:
-h, --help show this help message and exit
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pepatac.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__author__ = ["Jin Xu", "Nathan Sheffield", "Jason Smith"]
__email__ = "[email protected]"
__version__ = "0.10.1"
__version__ = "0.10.2"


from argparse import ArgumentParser
Expand Down
Loading

0 comments on commit 01a4809

Please sign in to comment.