broadinstitute / viral-ngs-deploy

Deployment files related to https://github.com/broadinstitute/viral-ngs
Other
1 stars 3 forks source link

Adapt easy-install script to use local conda package #3

Closed tomkinsc closed 8 years ago

tomkinsc commented 8 years ago

The easy-install script should be adapted to use a local conda package. For conda install, packages can be specified by path rather than name, so it will probably be necessary to call conda create and specify Python as the base package (this connects with #1), and then call conda install with the package path. This will make it possible to install a test build of the viral-ngs conda recipe.