目录

bamread

Read bam files quickly into dataframes in Python

Development

Development

See How to Publish an Open-Source Python Package to PyPI

Install

pip install -e .  # -e flag means editing affects the installed package

Create sdist and wheel (requires build)

python -m build

Check whether the package archives look fine:

twine check dist/*

Upload to PyPI test server

twine upload -r testpypi dist/*

Chek that the package can be installed from the test server

python -m pip install -i https://test.pypi.org/simple bamread
python -c "import bamread; print(bamread.read_bam('Some.bam'))"

Upload to pypi

twine upload -r testpypi dist/*

Run github actions locally

See act

act -l # list available jobs
act -j <job> # run a job
act pull_request # run jobs triggered upon pull_request
关于

用于读取和处理BAM(Binary Alignment/Map)格式文件的工具

172.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802032778号