Package org.moltools.design.properties

Examples of org.moltools.design.properties.Property


    if (tests[0].perform()) {
     
      Sequence target = (Sequence) p.getTarget();
           
      //Check GC
      Property prop = gcanalysis.analyze(target).get(0);
     
      float percentGC = ((Float) prop.getValue()).floatValue();
     
      if (percentGC > maxGC) {
       
          ProbeMakerPropertyUtils.addMessage(p.getTSSPair(),new Message(
            "%GC content in target is too high, " + Math.round(percentGC) + "% (Max set to " + maxGC + "%)", //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
View Full Code Here

TOP

Related Classes of org.moltools.design.properties.Property

Copyright © 2018 www.massapicom. 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.