Skip to content
Snippets Groups Projects
Verified Commit 3631e459 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

add docker files for SRAtoolkit:2.8.2

parent 2411ee58
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:18.04
MAINTAINER Laurent Modolo
ENV SRATOOLKIT_VERSION=2.8.2
ENV PACKAGES sra-toolkit=${SRATOOLKIT_VERSION}*
RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get clean
#!/bin/sh
docker build src/nf_modules/SRAtoolkit/2.8.2 -t 'sratoolkit:2.8.2'
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