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

picard: fix rights

parent 5139e6ce
No related branches found
No related tags found
No related merge requests found
...@@ -42,3 +42,4 @@ mkdir -p ${PICARD_VERSION}/bin ...@@ -42,3 +42,4 @@ mkdir -p ${PICARD_VERSION}/bin
curl -k -L https://github.com/broadinstitute/picard/releases/download/${PICARD_VERSION}/picard.jar -o picard.jar curl -k -L https://github.com/broadinstitute/picard/releases/download/${PICARD_VERSION}/picard.jar -o picard.jar
mv picard.jar ${PICARD_VERSION}/bin/ mv picard.jar ${PICARD_VERSION}/bin/
cp PicardCommandLine ${PICARD_VERSION}/bin/ cp PicardCommandLine ${PICARD_VERSION}/bin/
chmod +x ${PICARD_VERSION}/bin/PicardCommandLine
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment