Skip to content
Snippets Groups Projects
Commit a547fbb2 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

canu/1.7 : add library

parent 3e98840b
No related branches found
No related tags found
No related merge requests found
......@@ -37,9 +37,9 @@ source ../build_env.sh
ml Java/1.8.0_151
CANU_VERSION=1.7
mkdir -p ${CANU_VERSION}/bin
mkdir -p ${CANU_VERSION}/
curl -k -L https://github.com/marbl/canu/releases/download/v${CANU_VERSION}/canu-${CANU_VERSION}.Linux-amd64.tar.xz -o canu-${CANU_VERSION}.Linux-amd64.tar.xz
xz -dc canu-${CANU_VERSION}.Linux-amd64.tar.xz | tar -xf -
cp canu-${CANU_VERSION}/*/bin/* ${CANU_VERSION}/bin/
cp -R canu-${CANU_VERSION}/*/* ${CANU_VERSION}/
rm -Rf canu-*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment