-
Notifications
You must be signed in to change notification settings - Fork 2
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
src/SimpPDB.cc: 42: ERROR: non TER line starting fragment in fragments_DB #5
Comments
Hi Sara, Have you read and followed the instructions in there? If you managed to install the software, the rest should be a piece of cake. |
Yes, if I run the instructions and commands exactly as they are in README (literally copying and pasting the full README, having already sourced ccp4), I still get this same error - full output attached. The program still appears to complete, but without any fragments identified and nothing written in results. |
I will try to have a look today. |
Some commands from the README file are not OK to copy-paste.
replace 01_A_0001 by 6e9i_A_0001, for example. |
In this one:
replace 06_A_0049 by 6e9u_B_0207 (for example). |
Maybe this will help you:
This is a brute force query against all the fragments_9 against your query fragment |
Sorry, I should have been clearer. If I run the instructions exactly as they are in the README, I run it on the data that is included in the Fragger GitHub /data/ folder so fragment ID 01_A_0001 is valid. When I do this, I still get the same "src/SimpPDB.cc: 42: ERROR: non TER line starting fragment in fragments_DB" error message as I do when I run it on my own test set (where I run it with appropriately revised commands e.g. changing the fragment names). |
There is a Fragger user which might help you soon. |
Some of your PDBs have problems: 4k3d.pdb: some residues have several CAs. |
This is what you have
What we expect is more like this:
|
I wonder if those are not due to residues with alternate positions. |
A backbone atom should never be repeated. |
Chimera can fix those as part of the docking preparation procedure: |
Thank you very much for your help. Does this also explain why I can't get Fragger to run, even on the data that is provided in the Fragger /data/ folder? (10 PDB files, labelled 00-09) |
No idea. |
Hello,
I followed the instructions in the readme and when I get to the command to query with a fragment, I get the following error message, and the output results file is empty.
src/SimpPDB.cc: 42: ERROR: non TER line starting fragment in: 27.112 -65.799 8.836 1.00 56.70 C
I've attached all the files I've used. This coordinate is not in my test fragment, but I can see it is in the pdb structure that I have taken the test fragment from. I've looked in the fragment_DB and the coordinate is in the middle of the structure. I've repeated this with different fragments from different pdb structures and get the same error message, with different coordinates - it seems to consistently be for a Calpha atom and is contained within the structure that the fragment comes from.
Thank you so much for your help - and please let me know what further information I can provide.
kerin:fragger sarah$ ./src/query.native -db fragments_DB -q 6e9i_A_0001.pdb -d 0.2 -o results -idx 6e9i_A_0001.rmsds
2020-05-15 12:01:01.123 INFO : loading DB index from previous run ...
2020-05-15 12:01:01.128 INFO : loaded
2020-05-15 12:01:01.331 INFO : index: 6e9i_A_0001.rmsds
running:
/Users/sarah/fragger/ext/ranker_AA_QCP/ranker_aa 9 /var/folders/4v/549rj1s12r18pqn9rc5gbwdh0000gs/T/ref_.tmp.c14d19.pdb 6e9i_A_0001.pdb 0
2020-05-15 12:01:01.412 INFO : loading index from previous run ...
2020-05-15 12:01:01.419 INFO : loaded
2020-05-15 12:01:01.419 INFO : first: 0.000001
2020-05-15 12:01:01.420 INFO : last: 0.000001
2020-05-15 12:01:01.512 INFO : nb candidates: 1
2020-05-15 12:01:01.562 INFO : loading 1 fragments ...
2020-05-15 12:01:01.562 INFO : filtering them ...
running:
/Users/sarah/fragger/ext/ranker_AA_QCP/ranker_aa 9 results 6e9i_A_0001.pdb 0.200000 -bin
src/qcprot.cc:261:FastCalcRMSD: did not converge for 0 0
src/SimpPDB.cc: 42: ERROR: non TER line starting fragment in: 27.112 -65.799 8.836 1.00 56.70 C
2020-05-15 12:01:01.633 INFO : writing them ...
2020-05-15 12:01:01.633 INFO : Found 0 fragment(s)
2020-05-15 12:01:01.633 INFO : Done
kerin:fragger sarah$
fragger.zip
The text was updated successfully, but these errors were encountered: