Created
March 4, 2020 14:22
-
-
Save Finesim97/2d6fc61c7cca1b9f4df1c21356116ebc to your computer and use it in GitHub Desktop.
Build a Docker image for metaerg including DIAMOND error reporting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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