These scripts can help with setting up and running antiSMASH development.
Contains install scripts for antiSMASH binary dependencies (install_binary_dependencies.sh),
a full development environment (setup_antismash_dev.sh)
and git pre-commit and pre-push hooks you can place into your .git/hooks directory
(automatically included by the development environment script).
The bootstrap.sh script can boostrap your development environment. It will need git, podman,
and of course python3 installed. You can either use a preexisting python virtual environment to
install the dependencies, or the boostrap script will create one for you.
Some settings can be influenced by environment variables, check the script for details.
These scripts are under an Apache 2 licence, see LICENSE file for details.
antiSMASH components themselves are available under their respective licences.