Skip to content

Commit

Permalink
Link Samtools to MIDAS directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Minot committed Feb 5, 2018
1 parent 6155736 commit 762a733
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ RUN cd /usr/midas && \
rm /usr/local/bin/samtools && \
rm /usr/midas/MIDAS-1.3.2/bin/Linux/samtools && \
ln -s /usr/midas/samtools-1.4/samtools /usr/local/bin/ && \
rm /usr/midas/samtools-1.4.tar.bz2
rm /usr/midas/samtools-1.4.tar.bz2 && \
ln -s /usr/midas/samtools-1.4/samtools /usr/midas/MIDAS-1.3.2/bin/Linux/

# Install the SRA toolkit
RUN cd /usr/local/bin && \
Expand Down

0 comments on commit 762a733

Please sign in to comment.