Examples of findTreesByNCBINodes()


Examples of org.cipres.treebase.domain.tree.PhyloTreeService.findTreesByNCBINodes()

   
    Collection<PhyloTree> matches = null;
    PhyloTreeService phyloTreeService = getSearchService().getPhyloTreeService();
   
    try {
      matches = phyloTreeService.findTreesByNCBINodes(searchTerm);
    }
    catch ( NumberFormatException e ) {
      addMessage(request, "Malformed NCBI identifier '" + searchTerm );
      LOGGER.error("Couldn't parse NCBI identifier: "+e.getMessage());
    }
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.