The current standalone release is plantiSMASH 2.0-beta (December 16th, 2024).
First of all, download the plantiSMASH python source from our GitHub repo:
https://github.com/plantismash/plantismash/releases
Then, make sure you have the following plantiSMASH dependencies installed:
Create virtual conda enviroment.for installing the plantiSMASH python dependencies.
mamba create -n plantismash python=2.7.18
Activate the conda environment.
conda activate plantismash
Install dependencies by runninginstall_dependencies.py
:
python install_dependencies.py
Last but not least, run download_databases.py
to grab and prepare the databases needed for the analyses:
python download_databases.py