BioCracker is a parser for antiSMASH output GenBank files
Project description
BioCracker
Parser for antiSMASH output GenBank files.
See the examples folder for usage examples.
Installation
Some BioCracker depdendencies rely on various command line tools to operate. These tools might not be available on all platforms. The pyproject.toml file specifies the core parser that is platform independent, but some functionality might be limited without the command line tools. BioCracker is designed to fail gracefully when some of these third party dependencies are not available.
We recommend installing BioCracker in a virtual conda environment, based on the provided environment.yml file to make sure all modules are available:
conda env create -f environment.yml
Installing PARAS
PARAS is used by BioCracker to predict substrate specificities of NRPS adenylation domains.
PARAS has no PyPI package ans must be installed from source manually:
pip install "paras @ git+https://github.com/bthedragonmaster/parasect.git@v2.0.0"
Installing HMMER2 on macOS Arm64
Use Rosetta to install the x86_64 version of HMMER2:
conda activate biocracker
conda config --env --set subdir osx-64
conda install hmmer2
Development
To set up a development environment, use the provided environment.dev.yml file:
conda env create -f environment.dev.yml
Project details
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 biocracker-1.0.1.tar.gz.
File metadata
- Download URL: biocracker-1.0.1.tar.gz
- Upload date:
- Size: 26.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c8a8cfd910b629353685e2338e06e6d8b9aa872466ca966264c2c7fe1105fe9
|
|
| MD5 |
2b5146226b5ec1ba430a04bf9766e57c
|
|
| BLAKE2b-256 |
1186c628cc83f494b680b5af383a82d839c1af387b76c50823b7bc03d6061d55
|
File details
Details for the file biocracker-1.0.1-py3-none-any.whl.
File metadata
- Download URL: biocracker-1.0.1-py3-none-any.whl
- Upload date:
- Size: 21.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f600ef4b220c419ad34e52a38a1796d0a480588e3a4f46cc9429d2d66254ef26
|
|
| MD5 |
9ec449a5fe0d116461219d23fb6a6347
|
|
| BLAKE2b-256 |
725d095932b806514a46db254445fadd0096f0abd606806756dd9cb8503369e5
|