-
Notifications
You must be signed in to change notification settings - Fork 1
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
2 changed files
with
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ | |
setup( | ||
name='Topyfic', # the name of your package | ||
packages=['Topyfic'], # same as above | ||
version='v0.4.16', # version number | ||
version='v0.4.17', # version number | ||
license='MIT', # license type | ||
description='Topyfic is a Python package designed to identify reproducible latent dirichlet allocation (LDA) ' | ||
'using leiden clustering and harmony for single cell epigenomics data', | ||
# short description | ||
author='Narges Rezaie', # your name | ||
author_email='[email protected]', # your email | ||
url='https://github.com/mortazavilab/Topyfic', # url to your git repo | ||
download_url='https://github.com/mortazavilab/Topyfic/archive/refs/tags/v0.4.16.tar.gz', # link to the tar.gz file associated with this release | ||
download_url='https://github.com/mortazavilab/Topyfic/archive/refs/tags/v0.4.17.tar.gz', # link to the tar.gz file associated with this release | ||
keywords=['Cellular Programs', 'Latent Dirichlet allocation', 'single-cell multiome', 'single-cell RNA-seq', | ||
'gene regulatory network', 'Topic Modeling', 'single-nucleus RNA-seq'], # | ||
python_requires='>=3.9', | ||
|