MetaSUB-CAMP / camp_short-read-quality-control

Other
4 stars 3 forks source link

Problems to create conda environment #17

Closed juanu closed 1 year ago

juanu commented 1 year ago

I had issues creating a new conda environment from the yaml file (short-read-quality-control.yaml). To solve it, I had to remove:

- click-default-group=1.2=py_1

from the dependency list. This dependency is already requested on the same file using pip

- click-default-group==1.2.2
lauren-mak commented 1 year ago

Addressed in the latest push. Thanks for spotting this!