Skip to content

Commit

Permalink
Update install-nplinker-deps
Browse files Browse the repository at this point in the history
hmmer is available now for MacOS ARM and Windows WSL
  • Loading branch information
CunliangGeng committed Mar 21, 2024
1 parent 7e7a966 commit 9e6a530
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/install-nplinker-deps
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ echo "🔥 Start installing FastTree ..."
fi
echo -e "✅ FastTree installed successfully\n"

#--- Install Hmmer (not support Windows and ARM64, required by BigScape)
# brew hmmer not available ARM64 platform (e.g. Apple silicon)
#--- Install Hmmer (required by BigScape)
if ! command -v hmmpress &> /dev/null; then
install_it hmmer
fi
Expand Down

0 comments on commit 9e6a530

Please sign in to comment.