-
Notifications
You must be signed in to change notification settings - Fork 3
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
bdf1437
commit 67cd0ac
Showing
2 changed files
with
6 additions
and
7 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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
from GEOReader import GEOReader | ||
from Utilities import * | ||
from FileUtilities import * | ||
|
||
from Constants import * | ||
from PyNCBI.GEOReader import GEOReader | ||
from PyNCBI.Utilities import * | ||
from PyNCBI.FileUtilities import * | ||
from PyNCBI.Constants import * |
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 |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
setup( | ||
name = 'PyNCBI', | ||
packages = ['PyNCBI'], | ||
version = '0.1.2', | ||
version = '0.1.3', | ||
license='MIT', | ||
description = 'Simple API for Python Integration with NCBI', | ||
author = 'Thomas Konstantinovsky', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/MuteJester/PyNCBI', | ||
download_url = 'https://github.com/MuteJester/PyNCBI/archive/refs/tags/PyNCBI_0.1.tar.gz', | ||
download_url = 'https://github.com/MuteJester/PyNCBI/archive/refs/tags/Alpha.tar.gz', | ||
keywords = ['api','data database','analytics,biology','methylation','epigenetics','ncbi','epigenetic-data'], # Keywords that define your package best | ||
install_requires=[ | ||
'methylprep', | ||
|