Skip to content

Commit 8c80737

Browse files
committed
update bigscapev2 dependencies
1 parent 0676049 commit 8c80737

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

bin/install-nplinker-deps

+1-5
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,7 @@ echo "🔥 Start installing BigScape ..."
145145
cd BiG-SCAPE-v2
146146
git config --ad advice.detatchedHead false
147147
git checkout 99a4c2e4923bb50e175b2e619c2cee0a14918789 # Commits on Jun 14, 2024
148-
pip install click
149-
pip install sqlalchemy
150-
pip install pyhmmer
151-
pip install tqdm
152-
pip install matplotlib
148+
pip install click, sqlalchemy, pyhmmer, tqdm, matplotlib, requests
153149
chmod 754 bigscape.py
154150
ln -sf $LIB_PATH/BiG-SCAPE-v2/bigscape.py $PY_PATH/bin/bigscape-v2.py
155151
cd ..

0 commit comments

Comments
 (0)