Skip to content
Snippets Groups Projects
Commit 820be647 authored by Alexis Mergez's avatar Alexis Mergez
Browse files

Update pggb.def

Changed gfaffix installation
parent 5b8c7626
No related branches found
Tags v2.1.3b
No related merge requests found
Pipeline #165079 passed
......@@ -91,12 +91,15 @@ Stage: build
cargo --help
# Installing GFAffix
cd /apps
wget --no-check-certificate -c https://github.com/marschall-lab/GFAffix/releases/download/0.1.5b/GFAffix-0.1.5b_linux_x86_64.tar.gz
tar -xzvf GFAffix-0.1.5b_linux_x86_64.tar.gz
mv GFAffix-0.1.5b_linux_x86_64 GFAffix-v0.1.5b
mv /apps/GFAffix-v0.1.5b/gfaffix /apps/bin/gfaffix
rm -rf /apps/GFAffix-v0.1.5b
cd /apps
git clone https://github.com/marschall-lab/GFAffix.git \
&& cd GFAffix \
&& git pull \
&& git checkout d630eb7d9827340f5f292e57cb3cb5e31e6f86f0 \
&& cargo install --force --path . \
&& mv /root/.cargo/bin/gfaffix /apps/bin/gfaffix \
&& cd ../ \
&& rm -rf GFAffix
# Installing MultiQC
pip install multiqc==1.18
......
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