Skip to content

Commit

Permalink
docker-images: added trinity 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pveber committed Nov 14, 2017
1 parent cb62bcb commit 6865e60
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions etc/docker-images/trinity/2.5.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM pveber/bistro-base:stretch

RUN apt-get update && \
apt-get install -y --allow-unauthenticated libc6 libgcc1 libgomp1 libhts1 libstdc++6 perl jaligner \
libcommons-collections4-java libgetopt-java libjung-free-java bowtie bowtie2 \
python libwww-perl default-jre-headless samtools jellyfish r-base-core \
r-cran-cluster r-bioc-edger r-bioc-qvalue rsem berkeley-express trimmomatic \
transdecoder parafly curl
RUN wget "https://github.com/trinityrnaseq/trinityrnaseq/archive/Trinity-v2.5.1.tar.gz"
RUN tar xvfz Trinity-v2.5.1.tar.gz
RUN cd trinityrnaseq-Trinity-v2.5.1 && make && make plugins
RUN cd trinityrnaseq-Trinity-v2.5.1 && cp -r Trinity PerlLib Butterfly Chrysalis Inchworm trinity-plugins util /usr/bin
ENV TRINITY_HOME /trinityrnaseq-Trinity-v2.5.1

0 comments on commit 6865e60

Please sign in to comment.