Package versusSNP.blast.util

Examples of versusSNP.blast.util.CodonTable


  public static void main(String[] args) {
    new Parameter();
    new UICaption(Locale.ENGLISH);
    new Size();
//    args = new String[]{"NC_000962", "NC_002755"};
    new CodonTable();
    if (args.length > 0) {
      Genome genome1 = new Genome(args[0]);
      new ORFFile().readFile(args[0] + ".txt", genome1);
      genome1.sortOrfList();
      FastaFile fastaFile1 = new FastaFile();
View Full Code Here

TOP

Related Classes of versusSNP.blast.util.CodonTable

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.