GARANT COMMANDS: criteria fragment correct - percentage of 'correct' assignments

USAGE: criteria fragment correct <name>

Define a new criterion with name <name> of type correct. The criterion compares 
two sets of assignments on the level of fragments. For each measured peak, the 
current possible assignments (produced by the automatic routines or loaded 
using the 'load assignments' command) are compared to the possible assignments 
read in using the 'load comparison assignments' command. If they match the 
coherences assigned to the measured peak are considered to be correct. The 
reported number is the ration of correct coherence for each residue.

EXAMPLE:
		# defines criterion 'map' of type mapping
		# and turns the comment on
	criteria fragment correct ok
	criteria comment on ok
	...

		# calulate and list the fragment report
        report calculate
        report fragments

EXAMPLE OF OUTPUT:
  ALA 23 :  .   | 0)    100
  ASP 24 :  .   | 0)    100
  ASN 25 :  -   | 0)     67
  GLY 26 :  .   | 0)    100

This means: the current assignments of Ala 23, Asp 24 and Gly 26 are completely 
compatible with the comparison assignments. However only two third (i.e. 67%) of the
coherences of Asn 24 are compatible with the comparison assignments.

SEE ALSO: report fragment, criteria comment on, assignments,
	  criteria fragment SScorrect

