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

There is something wrong when I use deeph3 constrains in rosetta. #6

Open
alexpadholol opened this issue Dec 31, 2020 · 2 comments
Open

Comments

@alexpadholol
Copy link

Log as below:

core.scoring.constraints.ConstraintsIO: [ ERROR ] reading of AtomPair failed.

ERROR: [ ERROR ]reading of AtomPair failed.

ERROR:: Exit from: src/core/scoring/constraints/ConstraintIO.cc line: 559
protocols.rosetta_scripts.ParsedProtocol: [ ERROR ] Exception while processing procotol:

File: src/core/scoring/constraints/ConstraintIO.cc:559
[ ERROR ] UtilityExitException
ERROR: [ ERROR ]reading of AtomPair failed.

protocols.jd2.JobDistributor: [ ERROR ]

[ERROR] Exception caught by JobDistributor for job model-0_0001

[ ERROR ]: Caught exception:

File: src/core/scoring/constraints/ConstraintIO.cc:559
[ ERROR ] UtilityExitException
ERROR: [ ERROR ]reading of AtomPair failed.

AN INTERNAL ERROR HAS OCCURED. PLEASE SEE THE CONTENTS OF ROSETTA_CRASH.log FOR DETAILS.

protocols.jd2.JobDistributor: [ WARNING ] model-0_0001 reported failure and will NOT retry
protocols.jd2.JobDistributor: no more batches to process...
protocols.jd2.JobDistributor: 1 jobs considered, 1 jobs attempted in 8 seconds


[ ERROR ]: Error(s) were encountered when running jobs.
1 jobs failed;
Check the output further up for additional error messages.

@heiidii
Copy link
Member

heiidii commented Dec 31, 2020

Alex, could you provide more details? How did you obtain the constraints? And how are you running Rosetta -- which application, flags etc.
The most common reason for constraints to fail is a mismatch between the fasta/pdb file that was used to generate the constraints and the pdb file that is used to run Rosetta. For example, residues that are missing in pdb but present in fasta will trigger an error as the atom-pair constraints will not match up with the residues in the Rosetta pose.

@alexpadholol
Copy link
Author

Thanks,there is a mismatch between fasta and pdb.

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