System.out.println("==="+path+"===");
Pipeline p;
try {
p = LoniSpecification.getXMLParser().parse(new File(path));
LoniToGalaxyConverter lgc = new LoniToGalaxyConverter();
Workflow workflow = (Workflow) lgc.visit(p);
try {
GalaxySpecification.getJSONGenerator().generate(workflow, output);
GalaxySpecification.getDatabase().dumpDatabase();
GalaxySpecification.getDatabase().clear();