},new DataDescriptor[] {
new IntegerDescriptor("Max Tm for target priming","Tm limit for target priming calculations","MAX_TARGET_PRIMING_TEMP",0,100) //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
});
setData("MAX_TARGET_PRIMING_TEMP",new Integer(40)); //$NON-NLS-1$
try {
fmpc = new FractionalMeltingPointCalculator(new FractionalNNParameters());
}
catch (IOException iox) {
throw new RuntimeException("Parameters file not found", iox); //$NON-NLS-1$
}
}