-
Notifications
You must be signed in to change notification settings - Fork 25
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 demo data file #11
Comments
I am able to initiate infilling with the following fasta file and command fasta
command However this results in the following error (seemingly produced in an infinite loop)
I have tried updating max_length to 300 but this had no effect. |
I was able to successfully run CDR infill by truncating the length of the input sequence however this is not really a solution, in particular since I am working with the example PDB you provide. Could you advise how I should use this with Ab sequences that are longer than 150 amino acids? |
I tried running the CDR redesign example you provide by downloading the fasta file for 1JPT from PDB however the file format does not appear to be compatible with the expectations of IgLM. Could you provide an explicit example of what the input files should look like please? This would help with accessibility.
Thanks for providing the code & in general the interface is very usable.
The text was updated successfully, but these errors were encountered: