Skip to content

Commit

Permalink
adding adam-dev (git head)
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Nov 12, 2015
1 parent a18280b commit e9f7e4f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
Docker images of bioinformatics software built with [Linuxbrew](http://brew.sh/linuxbrew/).

* docker pull [heuermh/adam](https://github.com/heuermh/docker-linuxbrew-bio/tree/master/adam)
* docker pull [heuermh/adam-dev](https://github.com/heuermh/docker-linuxbrew-bio/tree/master/adam-dev)
* docker pull [heuermh/apache-spark](https://github.com/heuermh/docker-linuxbrew-bio/tree/master/apache-spark)
* 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/freebayes](https://github.com/heuermh/docker-linuxbrew-bio/tree/master/freebayes)
* docker pull [heuermh/nextflow](https://github.com/heuermh/docker-linuxbrew-bio/tree/master/snpeff)
* 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)
* docker pull [heuermh/vep](https://github.com/heuermh/docker-linuxbrew-bio/tree/master/vep)
5 changes: 5 additions & 0 deletions adam-dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM heuermh/apache-spark
MAINTAINER Michael Heuer <heuermh@acm.org>

RUN brew tap homebrew/science \
&& brew install --HEAD adam
4 changes: 4 additions & 0 deletions adam-dev/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# [ADAM](https://github.com/bigdatagenomics/adam) development Docker image
Docker image of [ADAM](https://github.com/bigdatagenomics/adam) development built with [Linuxbrew](http://brew.sh/linuxbrew/).

* docker pull [heuermh/adam-dev](https://registry.hub.docker.com/u/heuermh/adam-dev/)
13 changes: 2 additions & 11 deletions adam/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
FROM heuermh/apache-spark
MAINTAINER Michael Heuer <heuermh@acm.org>

# see https://github.com/bigdatagenomics/adam/issues/747
# RUN brew tap homebrew/science
# RUN brew install adam

RUN brew install maven \
&& cd /home/linuxbrew \
&& git clone https://www.github.com/bigdatagenomics/adam.git \
&& cd adam \
&& mvn clean package -DskipTests

ENV PATH /home/linuxbrew/adam/bin:$PATH
RUN brew tap homebrew/science \
&& brew install adam
3 changes: 2 additions & 1 deletion nextflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ FROM sjackman/linuxbrew
MAINTAINER Michael Heuer <heuermh@acm.org>

RUN brew tap homebrew/science \
&& brew install nextflow
&& brew install nextflow \
&& nextflow -version

0 comments on commit e9f7e4f

Please sign in to comment.