biocynthia-demo / download_libraries.sh
latticetower's picture
temporary comment download to later fix the permissions
446c5fc
raw
history blame contribute delete
161 Bytes
#!/bin/bash
CONDA_ENV=$(head -1 /code/environment.yml | cut -d" " -f2)
eval "$(conda shell.bash hook)"
conda activate $CONDA_ENV
# download-antismash-databases