From 8c807370fe2a5cf4514aabefa05091ef3a0c1a51 Mon Sep 17 00:00:00 2001 From: Cunliang Geng Date: Wed, 22 Jan 2025 17:28:56 +0100 Subject: [PATCH] update bigscapev2 dependencies --- bin/install-nplinker-deps | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bin/install-nplinker-deps b/bin/install-nplinker-deps index f4a915c1..ab933dba 100755 --- a/bin/install-nplinker-deps +++ b/bin/install-nplinker-deps @@ -145,11 +145,7 @@ echo "🔥 Start installing BigScape ..." cd BiG-SCAPE-v2 git config --ad advice.detatchedHead false git checkout 99a4c2e4923bb50e175b2e619c2cee0a14918789 # Commits on Jun 14, 2024 - pip install click - pip install sqlalchemy - pip install pyhmmer - pip install tqdm - pip install matplotlib + pip install click, sqlalchemy, pyhmmer, tqdm, matplotlib, requests chmod 754 bigscape.py ln -sf $LIB_PATH/BiG-SCAPE-v2/bigscape.py $PY_PATH/bin/bigscape-v2.py cd ..