1 Star 0 Fork 0

尧小飞/scTE

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
jphe 提交于 2020-02-07 22:31 . add debug test.sh
from setuptools import setup
import glob,os
def readme():
with open('README.md') as f:
return f.read()
setup(name='scTE',
version='1.0',
description='Tool for estimating differential enrichment of Transposable Elements and other highly repetitive regions in single-cell data',
long_description=readme(),
classifiers=[
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
],
python_requires=">=3.6",
keywords='..',
url='..',
author='..',
author_email='he_jiangping@gibh.ac.cn; andrewh@sustech.edu.cn',
license='..',
packages=[
'scTE',
'scTE.miniglbase',
],
platforms=[
'Linux',
'MacOS'
],
install_requires=[
'argparse','scipy','pandas',
'numpy','anndata',
],
include_package_data=True,
zip_safe=False,
scripts=[
'bin/scTE',
'bin/scTE_build',
'bin/scTEATAC_build',
'bin/scTEATAC',
]
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yao_xiao_fei2/scTE.git
git@gitee.com:yao_xiao_fei2/scTE.git
yao_xiao_fei2
scTE
scTE
master

搜索帮助