dataDescriptors =
new DataDescriptor[] {
new IntegerDescriptor("Per cent of max score required for match", //$NON-NLS-1$
"The value in percent of the maximum alignment score required to yield a match. If 100 % regular string search used.", //$NON-NLS-1$
KEY_PERCENT_SIMILARITY, 1, 100),
new StringDataDescriptor("Positions to check sequence", //$NON-NLS-1$
"A comma-separated list of tag positions for which to check if the sequence occurs elsewhere", //$NON-NLS-1$
KEY_SEQUENCE_POSITIONS,false),
new StringDataDescriptor("Positions to check complement", //$NON-NLS-1$
"A comma-separated list of tag positions for which to check if the complement occurs elsewhere", //$NON-NLS-1$
KEY_COMPLEMENT_POSITIONS,false)
};
setData(KEY_PERCENT_SIMILARITY,new Integer(tsc.getParameters().get(