1 Star 0 Fork 0

Velcon-Zheng/pbalign

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 891 Bytes
一键复制 编辑 原始数据 按行查看 历史
David Seifert 提交于 2018-11-27 20:44 . Release 0.3.2
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages
setup(
name='pbalign',
version='0.3.2',
author='Pacific Biosciences',
author_email='devnet@pacificbiosciences.com',
license='BSD-3-Clause-Clear',
packages=find_packages(),
install_requires=[
'pbcore >= 0.8.5',
'pbcommand >= 0.2.0',
'pysam >= 0.15.1',
],
test_requires=[
'nose',
'pbtestdata',
],
test_suite='nose.collector',
entry_points={'console_scripts': [
'pbalign = pbalign.pbalignrunner:main',
'maskAlignedReads.py = pbalign.tools.mask_aligned_reads:main',
'loadChemistry.py = pbalign.tools.loadChemistry:main',
'extractUnmappedSubreads.py = pbalign.tools.extractUnmappedSubreads:main',
'createChemistryHeader.py = pbalign.tools.createChemistryHeader:main'
]}
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Velcon-Zheng/pbalign.git
git@gitee.com:Velcon-Zheng/pbalign.git
Velcon-Zheng
pbalign
pbalign
master

搜索帮助