Skip to content

Commit

Permalink
Merge pull request #31 from Duke-GCB/fix-trim-galore
Browse files Browse the repository at this point in the history
Fix trim galore
  • Loading branch information
dleehr authored Aug 11, 2017
2 parents 4c3ff4d + 521213d commit 73999f5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions trim-galore/0.4.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# trim_galore: wrapper around cutadapt and fastqc
# trim_galore: wrapper around cutadapt and fastqc
# https://www.bioinformatics.babraham.ac.uk/projects/trim_galore/
FROM dukegcb/fastqc:v0.11.4
FROM dukegcb/fastqc:0.11.4
LABEL maintainer="[email protected]"

# install additional requirements
Expand Down Expand Up @@ -29,4 +29,6 @@ WORKDIR /tmp
RUN curl -SLO ${TRIM_GALORE_URL}/${TRIM_GALORE_RELEASE} && unzip ${TRIM_GALORE_RELEASE} -d ${DEST_DIR} && rm ${TRIM_GALORE_RELEASE}

# Link executable to /usr/local/bin
RUN ln -s /src/trim_galore/trim_galore /usr/local/bin/trim_galore
RUN ln -s /opt/trim_galore /usr/local/bin/trim_galore

CMD ["/usr/local/bin/trim_galore"]

0 comments on commit 73999f5

Please sign in to comment.