-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from NESCent/add=quay
Adds badges and links for Quay builds
- Loading branch information
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
[![Docker Automated build](https://img.shields.io/docker/automated/hlapp/rpopgen.svg)](https://hub.docker.com/r/hlapp/rpopgen/) [![Docker Pulls](https://img.shields.io/docker/pulls/hlapp/rpopgen.svg)](https://hub.docker.com/r/hlapp/rpopgen/) [![Docker Stars](https://img.shields.io/docker/stars/hlapp/rpopgen.svg)](https://hub.docker.com/r/hlapp/rpopgen/) | ||
|
||
[![Docker Repository on Quay](https://quay.io/repository/hlapp/rpopgen/status "Docker Repository on Quay")](https://quay.io/repository/hlapp/rpopgen) | ||
|
||
# Docker image for Population Genetics in R | ||
|
||
This image is intended to provide commonly used R packages for population genetic analysis on top of a comprehensive R image. The Dockerfile is monitored and automatically rebuilt upon changes at Docker Hub as [hlapp/rpopgen]. | ||
This image is intended to provide commonly used R packages for population genetic analysis on top of a comprehensive R image. The Dockerfile is monitored and automatically rebuilt upon changes at Docker Hub as [hlapp/rpopgen], and at [Quay] as [hlapp/rpopgen][quay.io/hlapp/rpopgen]. | ||
|
||
This project originated from the [Population Genetics in R Hackathon] held at [NESCent] in March 2015, specifically from the [Workflow Vignettes Community Website] project. | ||
|
||
[Population Genetics in R Hackathon]: https://github.com/NESCent/r-popgen-hackathon | ||
[NESCent]: http://nescent.org | ||
[Workflow Vignettes Community Website]: http://nescent.github.io/popgenInfo | ||
[Quay]: https://quay.io/ | ||
[hlapp/rpopgen]: https://hub.docker.com/r/hlapp/rpopgen/ | ||
[quay.io/hlapp/rpopgen]: https://quay.io/repository/hlapp/rpopgen |