broadinstitute / viral-ngs

Viral genomics analysis pipelines
Other
190 stars 67 forks source link

Update CondaPackage InstallMethod for overwritten envs. #923

Closed yesimon closed 5 years ago

yesimon commented 5 years ago

Previously install_package() will first try to create the environment, which is a no-op if the environment already exists. But newest conda4 will overwrite the existing environment and replace a with an empty environment when this happens.

tomkinsc commented 5 years ago

In general this looks good; any particular reason for preserving the commented-out bits?

yesimon commented 5 years ago

Removed commented out bits