-
Notifications
You must be signed in to change notification settings - Fork 0
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
eaa6e00
commit 45841ff
Showing
24 changed files
with
3,502 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import setuptools | ||
|
||
with open("README.md", "r") as fh: | ||
long_description = fh.read() | ||
|
||
setuptools.setup( | ||
name="treasmo", | ||
version="1.0.1", | ||
author="Chaozhong Liu", | ||
author_email="[email protected]", | ||
description="Transcription regulation analysis toolkit for single-cell multi-omics data", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/ChaozhongLiu/TREASMO", | ||
packages=setuptools.find_packages(), | ||
classifiers=( | ||
"Programming Language :: Python :: 3 :: Only", | ||
"License :: OSI Approved :: GNU Affero General Public License v3", | ||
"Operating System :: OS Independent", | ||
), | ||
) |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Metadata-Version: 2.1 | ||
Name: treasmo | ||
Version: 1.0.1 | ||
Summary: Transcription regulation analysis toolkit for single-cell multi-omics data | ||
Home-page: https://github.com/ChaozhongLiu/TREASMO | ||
Author: Chaozhong Liu | ||
Author-email: [email protected] | ||
Classifier: Programming Language :: Python :: 3 :: Only | ||
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 | ||
Classifier: Operating System :: OS Independent | ||
Description-Content-Type: text/markdown | ||
License-File: LICENSE | ||
|
||
# TREASMO | ||
Transcription regulation analysis toolkit for single-cell multi-omics data |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
LICENSE | ||
README.md | ||
setup.py | ||
treasmo/__init__.py | ||
treasmo/core.py | ||
treasmo/ds.py | ||
treasmo/lee_vec.py | ||
treasmo/moran_vec.py | ||
treasmo/pl.py | ||
treasmo/tl.py | ||
treasmo.egg-info/PKG-INFO | ||
treasmo.egg-info/SOURCES.txt | ||
treasmo.egg-info/dependency_links.txt | ||
treasmo.egg-info/top_level.txt |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
treasmo |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
name = 'treasmo' |
Oops, something went wrong.