-
Notifications
You must be signed in to change notification settings - Fork 53
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
Showing
10 changed files
with
58 additions
and
49 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -3,14 +3,14 @@ | |
setup( | ||
name='PyWGCNA', # the name of your package | ||
packages=['PyWGCNA'], # same as above | ||
version='2.0.1', # version number | ||
version='2.0.2', # version number | ||
license='MIT', # license type | ||
description='PyWGCNA is a Python package designed to do Weighted correlation network analysis (WGCNA)', | ||
# short description | ||
author='Narges Rezaie', # your name | ||
author_email='[email protected]', # your email | ||
url='https://github.com/mortazavilab/PyWGCNA', # url to your git repo | ||
download_url='https://github.com/mortazavilab/PyWGCNA/archive/refs/tags/v2.0.1.zip', # link to the tar.gz file associated with this release | ||
download_url='https://github.com/mortazavilab/PyWGCNA/archive/refs/tags/v2.0.2.zip', # link to the tar.gz file associated with this release | ||
keywords=['PyWGCNA', 'WGCNA', 'bulk', 'gene clustering', 'network analysis'], # | ||
install_requires=[ # these can also include >, <, == to enforce version compatibility | ||
'pandas>=2.1.0', # make sure the packages you put here are those NOT included in the | ||
|