We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc4a23 commit b567ba4Copy full SHA for b567ba4
Dockerfile
@@ -45,8 +45,7 @@ RUN wget -qO rustup.sh https://sh.rustup.rs && \
45
cargo install --root / --git https://github.com/jeff-k/merge-mates.git --rev 2fec61363f645e2008a4adff553d098beae21469
46
47
## Installing blast
48
-RUN apt-get install -q -y ncbi-blast+ && \
49
- rm -rf /var/lib/apt/lists/*
+RUN apt-get install -q -y ncbi-blast+
50
51
## bowtie2
52
RUN wget -q -O bowtie2.zip https://github.com/BenLangmead/bowtie2/releases/download/v2.2.8/bowtie2-2.2.8-linux-x86_64.zip && \
0 commit comments