volkamerlab / teachopencadd

TeachOpenCADD: a teaching platform for computer-aided drug design (CADD) using open source packages and data
https://projects.volkamerlab.org/teachopencadd
Creative Commons Attribution 4.0 International
707 stars 196 forks source link

teachopencadd.utils error not found #401

Closed arya-blip closed 5 months ago

arya-blip commented 10 months ago

I'm running T007 in colab.

This is what I get when I run this in a cell

!mamba env update -n base -f https://raw.githubusercontent.com/volkamerlab/TeachOpenCADD/master/devtools/other-conda-envs/users_env.yml


CondaHTTPError: HTTP 404 NOT FOUND for url https://raw.githubusercontent.com/volkamerlab/TeachOpenCADD/master/devtools/other-conda-envs/users_env.yml Elapsed: 00:00.080724

dominiquesydow commented 9 months ago

Hi @arya-blip,

The URL does not exist anymore, you might be looking for: https://github.com/volkamerlab/teachopencadd/blob/master/devtools/test_env.yml

Where did you find this deprecated URL? We need to make an update it seems, apologies.

Kind regards, Dominique

arya-blip commented 9 months ago

Thanks for the reply @dominiquesydow. I am currently followig the codes from the talktorials and executing them in Google colab. Also, I search the issues for the same queries and followed some of the instructions. Thank you for the clarifications.