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

docker: gatk3 increase java memory

parent 172c6ed9
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,4 @@ ENV GATK_VERSION=3.8.0
RUN echo "#\!/bin/sh\njava -jar /usr/GenomeAnalysisTK.jar \$@" > /bin/gatk3
RUN chmod +x /bin/gatk3
RUN sed -i 's/java/java -Xmx40g/g' /bin/gatk3
RUN sed -i 's/java/java -Xmx128g/g' /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