protected int[] seqPositions;
protected int[] compPositions;
public DefaultTagOccurrenceModule() {
super(new TestDescriptor[] {
new TestDescriptor("Tag sequence within probe"), //$NON-NLS-1$
new TestDescriptor("Tag complement within probe"), //$NON-NLS-1$
new TestDescriptor("Tag sequence in other probe"), //$NON-NLS-1$
new TestDescriptor("Tag complement in other probe") //$NON-NLS-1$
},new DataDescriptor[1]);
tsc = new SWTagSimilarityCalculator();
dataDescriptors =
new DataDescriptor[] {
new IntegerDescriptor("Per cent of max score required for match", //$NON-NLS-1$