An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# BioCracker



testing & quality


PyPI


PyPI - Python Version


DOI

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
```