Skip to content

Commit

Permalink
adding dsh-bio development, wip
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Feb 3, 2016
1 parent b8910c5 commit d2ba107
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Docker images of bioinformatics software built with [Linuxbrew](http://brew.sh/l
* docker pull [heuermh/apache-spark141](https://github.com/heuermh/docker-linuxbrew-bio/tree/master/apache-spark141)
* docker pull [heuermh/apache-spark131](https://github.com/heuermh/docker-linuxbrew-bio/tree/master/apache-spark131)
* docker pull [heuermh/apache-spark121](https://github.com/heuermh/docker-linuxbrew-bio/tree/master/apache-spark121)
* docker pull [heuermh/dsh-bio-dev](https://github.com/heuermh/docker-linuxbrew-bio/tree/master/dsh-bio-dev)
* docker pull [heuermh/freebayes](https://github.com/heuermh/docker-linuxbrew-bio/tree/master/freebayes)
* docker pull [heuermh/nextflow](https://github.com/heuermh/docker-linuxbrew-bio/tree/master/nextflow)
* docker pull [heuermh/snpeff](https://github.com/heuermh/docker-linuxbrew-bio/tree/master/snpeff)
Expand Down
17 changes: 17 additions & 0 deletions dsh-bio-dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
FROM sjackman/linuxbrew
MAINTAINER Michael Heuer <heuermh@acm.org>

USER root
RUN apt-get update && apt-get install -y \
openjdk-7-jdk

USER linuxbrew
RUN brew install maven
&& git clone https://github.com/heuermh/dishevelled-bio.git \
&& cd dishevelled-bio \
&& mvn package

ENV PATH ~/dishevelled-bio/tools/target/appassembler/bin:$PATH

ENTRYPOINT ["dsh-bio"]
CMD ["--help"]
4 changes: 4 additions & 0 deletions dsh-bio-dev/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# [dishevelled.org bio](https://github.com/heuermh/dishevelled-bio) development Docker image
Docker image of [dishevelled.org bio](https://github.com/heuermh/dishevelled-bio) development built with [Linuxbrew](http://brew.sh/linuxbrew/).

* docker pull [heuermh/dsh-bio-dev](https://registry.hub.docker.com/u/heuermh/dsh-bio-dev/)

0 comments on commit d2ba107

Please sign in to comment.