-
Notifications
You must be signed in to change notification settings - Fork 1
CSN restraint parsing #26
Copy link
Copy link
Open
Labels
Description
Hi Olivier,
Was trying your code to display NOE restraints in pymol, and happened to see
that your quite active at the moment...
I'm getting these error messages for a valid unambig.tbl
Can't find HG* in structure complexfit_1 because : Wrong segment / chain
Selection issue with constraint :
( RESID 49 AND NAME HG++ ) ( RESID 501 AND NAME HG+ ) 3.52 3.52 0.00
Can't find HG in structure complexfit_1 because : Atom name not found
Selection issue with constraint :
( RESID 53 AND NAME HG++ ) ( RESID 501 AND NAME HG+ ) 3.41 3.41 0.00
Can't find HG in structure complexfit_1 because : Atom name not found
Selection issue with constraint :
( RESID 53 AND NAME HG++ ) ( RESID 501 AND NAME HG+ ) 3.44 3.44 0.00
Can't find HD in structure complexfit_1 because : Atom name not found
Selection issue with constraint :
( RESID 67 AND NAME HD++ ) ( RESID 501 AND NAME HH1 ) 3.24 3.24 0.00
Can't find HD in structure complexfit_1 because : Atom name not found
Selection issue with constraint :
( RESID 67 AND NAME HD++ ) ( RESID 501 AND NAME HG+ ) 3.37 3.37 0.00
Does you wildcard specification correspond to the one defined in
http://structure.usc.edu/cns/tutorial/language/scripting/text.html
Wildcards
Another special case of a word is a wildcard which can take the following forms:
* | % | # | +
where
* matches any string.
% matches a single character.
# matches any number.
+ matches any digit.
Reactions are currently unavailable