Skip to content

Commit

Permalink
adding bedtools
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Mar 21, 2017
1 parent c794ec3 commit 5519f2b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Docker images of bioinformatics software built with [Linuxbrew](http://brew.sh/l
* 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-spark16](https://github.com/heuermh/docker-linuxbrew-bio/tree/master/apache-spark16)
* docker pull [heuermh/apache-spark152](https://github.com/heuermh/docker-linuxbrew-bio/tree/master/apache-spark152)
* docker pull [heuermh/bedtools](https://github.com/heuermh/docker-linuxbrew-bio/tree/master/bedtools)
* 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)
Expand All @@ -15,6 +14,8 @@ Docker images of bioinformatics software built with [Linuxbrew](http://brew.sh/l

Deprecated docker images, as older versions of Apache Spark have been removed from Homebrew versions.

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

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

* docker pull [heuermh/bedtools](https://registry.hub.docker.com/u/heuermh/bedtools/)

0 comments on commit 5519f2b

Please sign in to comment.