Sign inSign up

albicans2021/fastqc

By albicans2021

Updated over 3 years ago

Base image is Alpine linux which installed only java8, perl, unzip, and fastqc_v0.11.9

Image
0

97

albicans2021/fastqc repository overview

Dockerfile

FROM alpine:latest

RUN apk add --no-cache perl unzip openjdk8

COPY ./tools/fastqc_v0.11.9.zip /usr/local
RUN unzip /usr/local/fastqc_v0.11.9.zip -d /usr/local && rm /usr/local/fastqc_v0.11.9.zip
RUN chmod +x /usr/local/FastQC/fastqc
RUN ln -s /usr/local/FastQC/fastqc /usr/bin/

Tag summary

Content type

Image

Digest

sha256:bf118b246

Size

113.3 MB

Last updated

over 3 years ago

docker pull albicans2021/fastqc:1.0