Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.06 KB

File metadata and controls

30 lines (22 loc) · 1.06 KB

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:

conda env create -f environment.yml

Development

To set up a development environment, use the provided environment.dev.yml file:

conda env create -f environment.dev.yml