Skip to content
Snippets Groups Projects
Commit 16bed854 authored by Blaise Li's avatar Blaise Li
Browse files

Trying to fix broken install command.

There was a failure to install pyseqlogo from github.

See https://stackoverflow.com/q/71504533/1878788

Maybe it would be good to try other packages to plot logos (biotite ?).
parent e7497452
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,8 @@ From:workflows_base.sif
/usr/local/bin/python -m pip install --upgrade pip
# installing seqlogo
cd /usr/local/src
git clone git://github.com/saketkc/pyseqlogo
# git clone git://github.com/saketkc/pyseqlogo
git clone git+https://github.com/saketkc/pyseqlogo
cd pyseqlogo
pip install -r requirements.txt
pip install .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment