aqlaboratory / openfold

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

Invalid Command: tar2exprofiledb #22

Closed yuzhiguo07 closed 3 years ago

yuzhiguo07 commented 3 years ago

in openfold/scripts/prep_mmseqs_dbs.sh I guess it should be mmseqs tsv2exprofiledb not mmseqs tar2exprofiledb

Also a bug at line 26: tar --extract --verbose --file="${DOWNLOAD_DIR}/${f}" \ I think it should be tar --extract --verbose --file="${f}" \

gahdritz commented 3 years ago

Right on both counts. Fixed in 78e7996.