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

Trimmomatic/0.36: add docker files

parent 950416c3
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:18.04
MAINTAINER Laurent Modolo
ENV TRIMMOMATIC_VERSION=0.36
ENV PACKAGES trimmomatic=${TRIMMOMATIC_VERSION}*
RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get clean
#!/bin/sh
docker build src/nf_modules/Trimmomatic/0.36 -t 'trimmomatic:0.36'
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