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

Docker: gatk3 fix arguments parsing

parent cadb073c
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,5 @@ MAINTAINER Laurent Modolo
ENV GATK_VERSION=3.8.0
RUN echo "#\!/bin/sh\njava -jar /usr/GenomeAnalysisTK.jar \$0" > /bin/gatk3
RUN echo "#\!/bin/sh\njava -jar /usr/GenomeAnalysisTK.jar \$@" > /bin/gatk3
RUN chmod +x /bin/gatk3
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