Package org.cipres.treebase.auxdata

Examples of org.cipres.treebase.auxdata.AuxiliaryDataParser.parseFile()


      throw new RuntimeException("Usage: program [inputFilename]");
    }
   
    Filter repatriateStudyAuthors = new RepatriateStudyAuthors(me.getSession(), System.out);
    AuxiliaryDataParser parser = new AuxiliaryDataParser(repatriateStudyAuthors);
    RDParserResult result = parser.parseFile(f);
    parser.reportResults(System.err, result);
    System.exit(result.success() ? 0 : 1);
  }
 
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.