Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for 3di alphabet #20

Open
johnlees opened this issue May 10, 2024 · 0 comments
Open

Add support for 3di alphabet #20

johnlees opened this issue May 10, 2024 · 0 comments
Assignees

Comments

@johnlees
Copy link
Member

With foldseek, one can run:

foldseek createdb 5uak.pdb 5Uak_DB
foldseek lndb 5uak_DB 5uak_DB_ss_h
foldseek convert2fasta 5uak_DB_ss_h 5uak.fasta

The Cpp code hwoever looks like a bit of a pain to build in:
https://github.com/steineggerlab/foldseek/blob/master/lib/3di/structureto3di.cpp

This python port is an alternative:
https://github.com/althonos/mini3di
but this seems to give different results to the above
if it does work, seems like it would be pretty easy to run python from within rust:
https://pyo3.rs/v0.21.2/python-from-rust/calling-existing-code

Or there is also language model:
https://github.com/mheinzinger/ProstT5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants