Skip to content

Commit

Permalink
Adds bakta database download
Browse files Browse the repository at this point in the history
  • Loading branch information
samhorsfield96 committed Apr 3, 2024
1 parent fea0dd7 commit 4ad5c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN conda update --name base --channel defaults conda && \
conda activate $ENV_PREFIX && \
cargo install cgt_bacpop && \
mkdir bakta_db && \
bakta_db download --output bakta_db && \
bakta_db download --output bakta_db --type light && \
conda deactivate

# add rust binary to path
Expand Down

0 comments on commit 4ad5c20

Please sign in to comment.