Skip to content

Commit

Permalink
add GATK to docker CLASSPATH (#3866)
Browse files Browse the repository at this point in the history
* add gatk.jar to CLASSPATH in the docker
  • Loading branch information
mr-c authored and lbergelson committed Jan 11, 2019
1 parent a74e571 commit 89ea9e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN echo "source activate gatk" > /root/run_unit_tests.sh && \
WORKDIR /root
RUN cp -r /root/run_unit_tests.sh /gatk
RUN cp -r gatk.jar /gatk
ENV CLASSPATH /gatk/gatk.jar:$CLASSPATH
RUN cp -r install_R_packages.R /gatk

# Start GATK Python environment
Expand Down

0 comments on commit 89ea9e0

Please sign in to comment.