Naturalis BioInformatics ToolKit
Project description
nbitk: Naturalis BioInformatics ToolKit
This project is intended as a foundational toolkit for bioinformatics research at Naturalis Biodiversity Center. The toolkit is written in Python and is designed to be easy to use and easy to extend.
Who is this for?
The principal users and developers of this toolkit are the bioinformaticians at Naturalis Biodiversity Center. In addition, developers and data engineers of Naturalis's Core Sequence Cloud use some of the functionality to enact service calls for data validation. Lastly, researchers may find this toolkit useful for operating on biodiversity data, access remote services, and run command line tools via wrappers. Design changes and feature requests should therefore be discussed with the bioinformatics team.
Installation from PyPI
The toolkit and its python dependencies can be installed from PyPI. This results in a lightweight installation that has only the python stack but not any command line tools. This is typically what you need when running service clients. The install is as follows:
pip install nbitk
Installation from BioConda
In addition, there is a release on BioConda, that additionally includes any command line tools for which the toolkit contains wrappers. That release can also be installed directly, resulting in both the core python toolkit as well as command line tools (i.e. you do NOT have to do both pip and conda, just one or the other dependening on whether you need to run command line tools, for which you would use the conda release). This is installed as follows:
conda install nbitk
NOTE: the environment.yml is here for the unit testing pipeline so that tool wrappers can be tested as well. Its only other use is to help prepare an updated release on BioConda. Otherwise there is no end-user function for it.
Preparing releases
PyPI
To release on PyPI, all that needs to happen is to tag a version, and then the release is pushed out automatically. Things to keep in mind:
- Ensure that the release is of sufficient quality (coding style, comments, pydoc, all tests pass)
- Use semantic versioning to tag the release
BioConda
To release on BioConda, an overview of the steps involved is as follows:
- Fork the BioConda recipes repo
- Update the recipes/nbitk/meta.yml in your fork, specifically:
- Update the version number
- Update the run requirements to include everything from the pyproject.toml and environment.yml
- Update the SHA256 hash to match that version. The easiest way to obtain this is to go to https://pypi.org/project/nbitk/#files and click on 'view details' for the release.
- Post a pull request to BioConda, with 'Update nbitk' in the title
- Address any problems detected by BioConda's CI tools
- If all is fine, tag the PR thread for review by a human, and wait
- Once a human shows up, address their feedback (be nice: they're volunteers!)
- When the human is happy, they will merge the update into BioConda
Usage
The toolkit is meant for programmatic use. It is not intended to be used as a command line tool. Consult the
various modules and classes for documentation on how to use the toolkit. In addition, the scripts in the
tests directory provide examples of how to use the toolkit.
License
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nbitk-0.5.5.tar.gz.
File metadata
- Download URL: nbitk-0.5.5.tar.gz
- Upload date:
- Size: 10.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0f474c0b70beda0650e5d2e0ac336b8db91c46b8492dc80d24c21db0c531d27
|
|
| MD5 |
1213b74b459cf8e8cc5df7ccc39620bc
|
|
| BLAKE2b-256 |
b12fd7aee86a4d4750d54c150047e895f5bcdb711b0bc89a792e1c7f3d62411d
|
File details
Details for the file nbitk-0.5.5-py3-none-any.whl.
File metadata
- Download URL: nbitk-0.5.5-py3-none-any.whl
- Upload date:
- Size: 10.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a46df0df18180eb75d2b8ce3f084b543335c891c64610df046eedc4dc114bc7
|
|
| MD5 |
84d2a28cd46b4e31f3c4ec7f19bc4a72
|
|
| BLAKE2b-256 |
798bb7e402b2d05146269dbecc7fbd664ca109f905874749596f86face241dbb
|