}
public SelectorLigationModule() {
super(
new TestDescriptor[] {
new TestDescriptor("Ligation to self on 5' end"), //$NON-NLS-1$
new TestDescriptor("Ligation to self on 3' end"), //$NON-NLS-1$
new TestDescriptor("Ligation to target's 5' end"), //$NON-NLS-1$
new TestDescriptor("Ligation to other selector on 5' end"), //$NON-NLS-1$
new TestDescriptor("Ligation to other selector on 3' end"), //$NON-NLS-1$
new TestDescriptor("Other selector ligates on 5' end"), //$NON-NLS-1$
new TestDescriptor("Other selector ligates on 3' end"), //$NON-NLS-1$
new TestDescriptor("Ligation to other target's 5' end"), //$NON-NLS-1$
new TestDescriptor("Ligation to other target's 3' end"), //$NON-NLS-1$
},
new DataDescriptor[] {
new IntegerDescriptor("Min. target 5' match length", //$NON-NLS-1$
"Minimum number of matching bases on 5' end for targets", //$NON-NLS-1$
KEY_TARGET_5_MATCH_LENGTH, 1, 100),