The python sister project to CortexJDK
Project description
Supporting Python versions 3.5 and 3.6.
Cortexpy is a Python package for sequence analysis using linked and colored de Bruijn graphs such as the ones created by Mccortex. This project aims to mirror many of the features contained in CortexJDK.
Install
Install the latest version of cortexpy:
pip install cortexpy
Bugs
Please raise a github issue for any bugs.
Development
Set up the project:
make init
See cortexpy/__main__.py for example uses of cortexpy.
Publishing to Pypi
# assuming version 0.0.1 # Step 1: Set __version__ in cortexpy/__init__.py # Step 2: Make version commit git commit -am'Bump to version 0.0.1' # Step 3: tag commit git tag 0.0.1 # Step 4: publish to pypi make deploy
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cortexpy-0.16.1.tar.gz
(61.5 kB
view hashes)
Built Distribution
cortexpy-0.16.1-py3-none-any.whl
(79.7 kB
view hashes)
Close
Hashes for cortexpy-0.16.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2aed2df1f1bae645116a5841faa320f5e9d579dda8340896a49f0e19eb83ae61 |
|
MD5 | ccefec7bae15c55770b0cdd72e4255a7 |
|
BLAKE2b-256 | 0fbca8174da5e5eed5be041ad36b5a0738a4e41c2183486ddd18fcc2188262c2 |