Package org.moltools.apps.probemaker.seq

Examples of org.moltools.apps.probemaker.seq.VariantTarget.expand()


        VariantTarget vt = (VariantTarget) target;
        //If target is not in a group, expand it and add the new targets to temp
        TargetGroup tg = (TargetGroup) DesignUtils.getGroupWithType(vt,TargetGroup.GROUP_TYPE);
        if (tg == null) {
          tg = new TargetGroup(vt.getID());
          List<? extends ProbeMakerTarget> nts = vt.expand();
          if (nts.size() <= 1) {
            try {
              temp.addSequence(vt);
            }
            catch (DuplicateIDException e) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.