https://github.com/moltools/biocracker
Parser for antiSMASH output GenBank files.
https://github.com/moltools/biocracker
antismash parser
Last synced: 5 months ago
JSON representation
Parser for antiSMASH output GenBank files.
- Host: GitHub
- URL: https://github.com/moltools/biocracker
- Owner: moltools
- License: mit
- Created: 2025-10-23T10:22:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-01-01T21:41:47.000Z (6 months ago)
- Last Synced: 2026-01-02T03:26:42.270Z (6 months ago)
- Topics: antismash, parser
- Language: Python
- Homepage:
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BioCracker
Parser for antiSMASH output GenBank files.
## Installation
We recommend installing BioCracker in a virtual conda environment, based on the provided `environment.yml` file to make sure all modules are available:
```bash
conda env create -f environment.yml
```
## Development
To set up a development environment, use the provided `environment.dev.yml` file:
```bash
conda env create -f environment.dev.yml
```