Package org.cipres.treebase.auxdata

Examples of org.cipres.treebase.auxdata.Filter


      break;
    default:
      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

Related Classes of org.cipres.treebase.auxdata.Filter

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.