aqlaboratory / openfold

Trainable, memory-efficient, and GPU-friendly PyTorch reproduction of AlphaFold 2
Apache License 2.0
2.64k stars 485 forks source link

Version number? #246

Open lucajovine opened 1 year ago

lucajovine commented 1 year ago

I have a simple question: how do I find out which version of OpenFold has been installed (by third parties) on a machine?

gahdritz commented 1 year ago

Sorry for the late reply. Looks like I was a bit sloppy when it came to updating the version number in setup.py. I think your best option is just inspecting the git commit hash and comparing it to the releases on GitHub.

lucajovine commented 1 year ago

Hi, no worries - you mean, with something like "git log | head -4" and then compare with https://github.com/aqlaboratory/openfold/tags ?