Skip to content

Instantly share code, notes, and snippets.

@Finesim97
Created March 4, 2020 14:22
Show Gist options
  • Save Finesim97/2d6fc61c7cca1b9f4df1c21356116ebc to your computer and use it in GitHub Desktop.
Save Finesim97/2d6fc61c7cca1b9f4df1c21356116ebc to your computer and use it in GitHub Desktop.
Build a Docker image for metaerg including DIAMOND error reporting
39c39,40
< RUN cpanm Bio::Perl \
---
> RUN cpanm -f XML::DOM::XPath && \
> cpanm Bio::Perl \
68c69
< RUN wget ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/ncbi-blast-2.9.0+-x64-linux.tar.gz && \
---
> RUN wget ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.9.0/ncbi-blast-2.9.0+-x64-linux.tar.gz && \
100c101
< RUN git clone https://github.com/xiaoli-dong/metaerg.git
---
> RUN git clone --branch old-no-devnull https://github.com/Finesim97/metaerg.git
113c114
< WORKDIR /NGStools/
\ No newline at end of file
---
> WORKDIR /NGStools/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment