1 Star 0 Fork 0

朱昊/SpatialScope

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
JiaShun-Xiao 提交于 2023-06-12 23:54 . add setup.py
from setuptools import setup,find_packages
setup(
name='SpatialScope', # 应用名
version='0.0.1', # 版本号
description='A unified approach for integrating spatial and single-cell transcriptomics data by leveraging deep generative models',
url='https://github.com/YangLabHKUST/SpatialScope',
author='Xiaomeng Wan (xwanaf@connect.ust.hk), Jiashun Xiao (jxiaoae@connect.ust.hk)',
license='GPLv3',
packages=find_packages(),
scripts=['src/Cell_Type_Identification.py','src/Nuclei_Segmentation.py', 'src/Singlet_Doublet_Classification.py', 'src/Decomposition.py','src/Train_scRef.py'],
include_package_data=True, # 启用清单文件MANIFEST.in
exclude_package_date={'':['.gitignore']},
install_requires = ['scanpy',
'squidpy',
'stardist',
'tensorflow',
'qpsolvers',
'torch',
'scikit-learn',
'pandas',
'matplotlib',
'scipy',
'ray']
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhss1204/SpatialScope.git
git@gitee.com:zhss1204/SpatialScope.git
zhss1204
SpatialScope
SpatialScope
master

搜索帮助