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

How to input a custom backbone? #3

Closed
phiweger opened this issue Mar 27, 2022 · 2 comments
Closed

How to input a custom backbone? #3

phiweger opened this issue Mar 27, 2022 · 2 comments

Comments

@phiweger
Copy link

In the colab notebook we download a PDB example, but how does one input a "custom" backbone? Thanks!

@RaymondRuff
Copy link

@phiweger This is a fantastic question, I came here to ask it myself. Hopefully if this thread gets enough attention the function will be formally added. For the time being, if I figure out a workaround I will be sure to post it here.

@sokrypton
Copy link
Owner

sokrypton commented Apr 1, 2022

Just set the pdb id as "", you'll get a prompt to upload your own PDB file :D

So instead of:
model.prep_inputs(pdb_filename=get_pdb("1TEN"), chain="A")
do
model.prep_inputs(pdb_filename=get_pdb(""), chain="A")

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

3 participants