https://github.com/timeu/docker-gwas-base
https://github.com/timeu/docker-gwas-base
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timeu/docker-gwas-base
- Owner: timeu
- Created: 2016-04-26T13:15:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-21T12:40:29.000Z (about 10 years ago)
- Last Synced: 2024-12-26T13:26:09.001Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# timeu/gwas_base
[`timeu/gwas_base`](https://index.docker.io/u/timeu/gwas_base) is a [docker](https://docker.io) base image that is based on the [`google/python`](https://registry.hub.docker.com/u/google/python/) image. It contains a [virtualenv](https://virtualenv.pypa.io/) in /env and following dependencies via [pip](https://pip.pypa.io/en/latest/):
- [h5py](http://www.h5py.org/)
- [openblas](https://github.com/xianyi/OpenBLAS)
- [numpy](http://www.numpy.org/)
- [scipy](http://www.scipy.org/)
- [matplotlib](http://matplotlib.org/)
It serves as a base for the [`timeu/pygwas`](https://index.docker.io/u/timeu/pygwas) image.