bamread 0.0.16

Last updated:

0 purchases

bamread 0.0.16 Image
bamread 0.0.16 Images
Add to Cart

Description:

bamread 0.0.16

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/*

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.