From fa82e201f86c47a940494801616e7548434dff80 Mon Sep 17 00:00:00 2001 From: Alan Cleary Date: Mon, 10 Feb 2025 16:31:01 +0000 Subject: [PATCH] Added seqtk to install script --- scripts/0-setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/0-setup.sh b/scripts/0-setup.sh index c8b435a..aad0b4d 100755 --- a/scripts/0-setup.sh +++ b/scripts/0-setup.sh @@ -38,6 +38,9 @@ conda install -c conda-forge pggb -y # install gfatools conda install gfatools +# install seqtk +conda install seqtk + # build the Bandage container and run it as a daemon docker compose -f $SCRIPTS_PATH/../bandage/compose.yml up -d