PMBio / limix-backup

http://pmbio.github.io/limix/
Apache License 2.0
45 stars 12 forks source link

Adding a dockerfile using conda enviroment to manage the dependencies. #19

Closed mattions closed 8 years ago

mattions commented 8 years ago

DockerFile to create docker image of limx.

The dependencies are managed via conda, and stored in the environment.yml

@fpcasale Is there a command line that we can invoke to test if it runs ok in the docker image?

fpcasale commented 8 years ago

@mattions all unit-tests can be run using the setup.py python setup.py test