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
Branches
No related tags found
No related merge requests found
...@@ -67,7 +67,8 @@ From:workflows_base.sif ...@@ -67,7 +67,8 @@ From:workflows_base.sif
/usr/local/bin/python -m pip install --upgrade pip /usr/local/bin/python -m pip install --upgrade pip
# installing seqlogo # installing seqlogo
cd /usr/local/src 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 cd pyseqlogo
pip install -r requirements.txt pip install -r requirements.txt
pip install . pip install .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment