> Hi Miguel!
>
> Very nice! I checked through the calculations and I added a slight fix
> (see below)
>
> Comparing with the output of DSSP e.g. -
> http://srs.embl-heidelberg.de:8000/srs5bin/cgi-bin/wgetz?-e+[DSSP-ID:'1CRN']
> It seems that DSSP does not label the residues a+/- 1 or b +/- 1 as also
> belonging to a Bridge.
[snip]
> } else if (
> (isHbonded(a, b) && isHbonded(b, a )) ||
> (isHbonded(a+1, b-1) && isHbonded(b+1, a-1))
> )
> {
> System.out.println("antiparallel found");
> structureTags[a] = structureTags[b] = 'a';
OK, I see that you removed the assignment of a/b +/- 1
I will investigate this more later on today.
Miguel
-----
Open Source Molecular Visualization
www.jmol.org
[EMAIL PROTECTED]
-----
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88&alloc_id065&op=click
_______________________________________________
Jmol-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jmol-developers