hammerlab / biokepi

Bioinformatics Ketrew Pipelines
Apache License 2.0
27 stars 4 forks source link

For tools where there is a bioconda recipe is available, use conda for install/ensure procedures #417

Open armish opened 7 years ago

armish commented 7 years ago

As @rleonid pointed out, bioconda channel seems to have quite a bit of recipes covering many of the bases in the Bioinformatics field. Since bioconda is, by default, a supported channel for us (https://github.com/hammerlab/biokepi/blob/master/src/environment_setup/conda.ml#L39), would be great to ditch problematic installation procedures (e.g. the one we have for OptiType) and use conda install instead.