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.
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 callconda create
and specify Python as the base package (this connects with #1), and then callconda install
with the package path. This will make it possible to install a test build of the viral-ngs conda recipe.