Package org.tgen.sol

Examples of org.tgen.sol.PositionInfo


        byte[] ref_array = reference.getBases();

        // Iterate through loci with enough coverage
        while (position_iterator.hasMoreElements()) {

          PositionInfo p = position_iterator.nextElement();
          int curp;

          if (p == null)
            curp = ref_array.length;
          else {
View Full Code Here

TOP

Related Classes of org.tgen.sol.PositionInfo

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.