Package Galaxy.Toolbox

Examples of Galaxy.Toolbox.GalaxyToolDatabase


   
    //ConverterConfig.GALAXY_INPUT_DIR =  "/home/grimmjaw/Documents/College/CS130/Pipelines/galaxy-dist/";
    //ConverterConfig.GALAXY_OUTPUT_DIR = "/home/grimmjaw/workspace/pipelineconverter/data/Galaxy/output/db/";
   
   
    GalaxyToolDatabase tooldb;
    tooldb = new GalaxyToolDatabase();
    //testGalaxyJSON("data/Galaxy/input/gal2.ga", "data/Galaxy/output/gal2.ga");
   
    //testLoniXML("data/Loni/input/loni1.pipe", "data/Loni/output/loni1.pipe");
   
    testGalaxyJSON("data/Galaxy/input/capspace1.ga","data/Galaxy/output/capspace1.ga");
View Full Code Here


   
  }
  public static void TestTools(){
    ConverterConfig.GALAXY_INPUT_DIR = TEST_G2L_GAL_TOOL_IN_DIR;
    ConverterConfig.GALAXY_OUTPUT_DIR = TEST_G2L_GAL_TOOL_OUT_DIR;
    TEST_TOOLDB = new GalaxyToolDatabase();
    System.out.println("====================");
    System.out.println("Tool Parsing Tests");
    System.out.println("Number Tools: "+TEST_TOOLDB.getTools().size());
    System.out.println("====================");
   
View Full Code Here

TOP

Related Classes of Galaxy.Toolbox.GalaxyToolDatabase

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.