-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major changes: - Bundle a specific version of ARO with the package instead of downloading it from the internet (ensures reproducibility) - Add missing ARO mappings to manual curation. - Command line tool accept database/tool names in case-independent way (by @sebastianLedzianowski) - `lib.map_to_aro` returns `None` if there is no mapping (raises an exception if the name is missing)
- Loading branch information
Showing
3 changed files
with
17 additions
and
4 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
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
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
setup( | ||
name='argnorm', | ||
version="0.3.0", | ||
version="0.4.0", | ||
author='ArgNorm Developers', | ||
author_email='[email protected]', | ||
url="https://github.com/BigDataBiology/argNorm", | ||
|