Christoph Siegert
Christoph Siegert
We are running a patched version that uses the home directory as cache instead. Maybe this patch will help you ```diff Changes the cache directory path from the installation directory...
Depends on ~#13794 #13793 #13792 #13798~
I'm not sure if there is anything we could add as sanity check. Maybe something like `python -c 'import ...` This is the slurm job script i used for testing:...
Test report by @zemu-unile **SUCCESS** Build succeeded for 1 out of 1 (1 easyconfigs in total) login01.sc.uni-leipzig.de - Linux centos linux 7.9.2009, x86_64, AMD EPYC 7551P 32-Core Processor, Python 3.6.8...
One problem here is that HH-Suite 3.3.0 is in 2020 toolchains but RoseTTAFold needs 2019b due to requiring old TensorFlow 1.x. I am not sure if we should port HH-Suite...
The Problem with TensorFlow 1.x is that it needs an older Cuda version. I'm still hoping that RoseTTAFold will switch to TensorFlow 2.x
Opened a PR for HH-Suite #14191
I can reproduce it 100% of the times with: ```bash git clone https://github.com/psipred/psipred cd psipred/src make cd ../.. ./psipred/src/psipred t000_.msa0.tmp.mtx ./psipred/data/weights.dat ./psipred/data/weights.dat2 ./psipred/data/weights.dat3 ``` On Debian with GCC 10.3.0 and...