Closed yuzhiguo07 closed 3 years ago
in openfold/scripts/prep_mmseqs_dbs.sh I guess it should be mmseqs tsv2exprofiledb not mmseqs tar2exprofiledb
mmseqs tsv2exprofiledb
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}" \
tar --extract --verbose --file="${DOWNLOAD_DIR}/${f}" \
tar --extract --verbose --file="${f}" \
Right on both counts. Fixed in 78e7996.
in openfold/scripts/prep_mmseqs_dbs.sh I guess it should be
mmseqs tsv2exprofiledb
notmmseqs tar2exprofiledb
Also a bug at line 26:
tar --extract --verbose --file="${DOWNLOAD_DIR}/${f}" \
I think it should betar --extract --verbose --file="${f}" \