int maxlength = Integer.parseInt(parameters.get(PROP_MAX_5_TSS_LENGTH));
byte fixedEnd = target.getFivePrimeFixedEnd();
//Get the upstream part of the target
TargettedSubSequence temp;
try {
temp = (TargettedSubSequence) target.getTemplateCluster().getSequence(ProbeMakerTarget.KEY_FIVE_PRIME);
}
catch (ClusterException e) {
temp = null;