-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34b6651
commit 71743bc
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ def run(self): | |
|
||
setup( | ||
name="neoepiscope", | ||
version="0.6.0", | ||
version="0.7.0", | ||
description="comprehensive neoepitope prediction software", | ||
long_description=( | ||
"neoepiscope is software for predicting neoepitopes " | ||
|
@@ -70,7 +70,7 @@ def run(self): | |
"personalizing the reference transcriptome using germline variants." | ||
), | ||
url="http://github.com/ohsu-comp-bio/neoepiscope", | ||
download_url="https://github.com/pdxgx/neoepiscope/tarball/v0.6.0", | ||
download_url="https://github.com/pdxgx/neoepiscope/tarball/v0.7.0", | ||
author="Mary A. Wood, Austin Nguyen, Abhinav Nellore, Reid F. Thompson", | ||
author_email="[email protected]", | ||
license="MIT", | ||
|