aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPeter Amstutz2020-07-07 20:41:11 +0000
committerPeter Amstutz2020-07-07 20:41:11 +0000
commit54e0ce85ef3abafb8870ef5a9244a03f16b5e3f5 (patch)
tree69373d65f2355e1b1528f94c133ad5df9ed7cf92 /scripts
parent7cf561c1b92a44d488d36dd3d883750b261c6550 (diff)
downloadbh20-seq-resource-54e0ce85ef3abafb8870ef5a9244a03f16b5e3f5.tar.gz
bh20-seq-resource-54e0ce85ef3abafb8870ef5a9244a03f16b5e3f5.tar.lz
bh20-seq-resource-54e0ce85ef3abafb8870ef5a9244a03f16b5e3f5.zip
minimap2 returns nothing when there is no alignment.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/docker/Dockerfile b/scripts/docker/Dockerfile
index 8811927..02829d4 100644
--- a/scripts/docker/Dockerfile
+++ b/scripts/docker/Dockerfile
@@ -3,7 +3,7 @@ FROM debian:10
RUN apt-get update && \
apt-get -yq --no-install-recommends -o Acquire::Retries=6 install \
python3 python3-pip python3-setuptools python3-dev python-pycurl \
- clustalw python3-biopython libcurl4-openssl-dev build-essential \
+ minimap2 python3-biopython libcurl4-openssl-dev build-essential \
libssl-dev libmagic-dev python3-magic && \
apt-get clean