Skip to content
Snippets Groups Projects
Commit 4bbc0677 authored by Yohan Jarosz's avatar Yohan Jarosz
Browse files

change to prokka-1.11

parent 9c56de3e
No related branches found
No related tags found
No related merge requests found
......@@ -117,9 +117,9 @@ RUN wget http://downloads.sourceforge.net/project/htqc/htqc-1.91.1-Source.tar.gz
&& cd .. && rm -rf vcftools*
## prokka
RUN wget http://www.vicbioinformatics.com/prokka-1.10.tar.gz \
&& tar -xzf prokka-1.10.tar.gz \
&& cd prokka-1.10 \
RUN wget http://www.vicbioinformatics.com/prokka-1.11.tar.gz \
&& tar -xzf prokka-1.11.tar.gz \
&& cd prokka-1.11 \
&& cp bin/prokka* /usr/bin \
&& cp binaries/linux/* /usr/bin \
&& cd .. && rm -rf prokka* \
......
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