Uses of Class
org.forester.io.parsers.phyloxml.PhyloXmlDataFormatException
-
-
Uses of PhyloXmlDataFormatException in org.forester.application
Methods in org.forester.application that throw PhyloXmlDataFormatException Modifier and Type Method Description static voidphyloxml_converter. main(java.lang.String[] args) -
Uses of PhyloXmlDataFormatException in org.forester.archaeopteryx.webservices
Methods in org.forester.archaeopteryx.webservices that throw PhyloXmlDataFormatException Modifier and Type Method Description static voidWebserviceUtil. processInstructions(PhylogeniesWebserviceClient client, Phylogeny phylogeny) -
Uses of PhyloXmlDataFormatException in org.forester.io.parsers.nhx
Methods in org.forester.io.parsers.nhx that throw PhyloXmlDataFormatException Modifier and Type Method Description static voidNHXParser. parseNHX(java.lang.String s, PhylogenyNode node_to_annotate, NHXParser.TAXONOMY_EXTRACTION taxonomy_extraction, boolean replace_underscores, boolean allow_errors_in_distance_to_parent, boolean replace_bell) -
Uses of PhyloXmlDataFormatException in org.forester.io.parsers.phyloxml
Methods in org.forester.io.parsers.phyloxml that throw PhyloXmlDataFormatException Modifier and Type Method Description doubleXmlElement. getValueAsDouble()intXmlElement. getValueAsInt() -
Uses of PhyloXmlDataFormatException in org.forester.io.parsers.phyloxml.data
Methods in org.forester.io.parsers.phyloxml.data that throw PhyloXmlDataFormatException Modifier and Type Method Description PhylogenyDataAccessionParser. parse(XmlElement element)PhylogenyDataAnnotationParser. parse(XmlElement element)PhylogenyDataBinaryCharactersParser. parse(XmlElement element)PhylogenyDataBranchWidthParser. parse(XmlElement element)PhylogenyDataColorParser. parse(XmlElement element)PhylogenyDataConfidenceParser. parse(XmlElement element)PhylogenyDataDateParser. parse(XmlElement element)PhylogenyDataDistributionParser. parse(XmlElement element)DomainArchitectureDomainArchitectureParser. parse(XmlElement element)PhylogenyDataEventParser. parse(XmlElement element)PhylogenyDataIdentifierParser. parse(XmlElement element)PhylogenyDataPhylogenyDataPhyloXmlParser. parse(XmlElement element)PhylogenyDataPointParser. parse(XmlElement element)PhylogenyDataPolygonParser. parse(XmlElement element)PhylogenyDataPropertyParser. parse(XmlElement element)ProteinDomainProteinDomainParser. parse(XmlElement element)PhylogenyDataReferenceParser. parse(XmlElement element)SequenceSequenceParser. parse(XmlElement element)SequenceRelationSequenceRelationParser. parse(XmlElement element)TaxonomyTaxonomyParser. parse(XmlElement element)PhylogenyDataUriParser. parse(XmlElement element) -
Uses of PhyloXmlDataFormatException in org.forester.io.parsers.util
Methods in org.forester.io.parsers.util that throw PhyloXmlDataFormatException Modifier and Type Method Description static java.lang.StringParserUtils. extractTaxonomyDataFromNodeName(PhylogenyNode node, NHXParser.TAXONOMY_EXTRACTION taxonomy_extraction) -
Uses of PhyloXmlDataFormatException in org.forester.phylogeny
Methods in org.forester.phylogeny that throw PhyloXmlDataFormatException Modifier and Type Method Description static PhylogenyNodePhylogenyNode. createInstanceFromNhxString(java.lang.String nhx)static PhylogenyNodePhylogenyNode. createInstanceFromNhxString(java.lang.String nhx, NHXParser.TAXONOMY_EXTRACTION taxonomy_extraction)static PhylogenyNodePhylogenyNode. createInstanceFromNhxString(java.lang.String nhx, NHXParser.TAXONOMY_EXTRACTION taxonomy_extraction, boolean replace_underscores)static voidPhylogenyMethods. setTaxonomyCode(PhylogenyNode node, java.lang.String taxonomy_code)Convenience method to set the taxonomy code of a phylogeny node.static voidPhylogenyMethods. transferNodeNameToField(Phylogeny phy, PhylogenyMethods.PhylogenyNodeField field, boolean external_only) -
Uses of PhyloXmlDataFormatException in org.forester.phylogeny.data
Methods in org.forester.phylogeny.data that throw PhyloXmlDataFormatException Modifier and Type Method Description voidReference. setDoi(java.lang.String doi)voidTaxonomy. setRank(java.lang.String rank)voidSequence. setSymbol(java.lang.String symbol)voidTaxonomy. setTaxonomyCode(java.lang.String taxonomy_code)voidSequence. setType(java.lang.String type) -
Uses of PhyloXmlDataFormatException in org.forester.sdi
Methods in org.forester.sdi that throw PhyloXmlDataFormatException Modifier and Type Method Description static PhylogenySDIutil. parseSpeciesTree(Phylogeny gene_tree, java.io.File species_tree_file, boolean replace_undescores_in_nhx_trees, boolean ignore_quotes_in_nhx_trees, NHXParser.TAXONOMY_EXTRACTION taxonomy_extraction_in_nhx_trees) -
Uses of PhyloXmlDataFormatException in org.forester.tools
Methods in org.forester.tools that throw PhyloXmlDataFormatException Modifier and Type Method Description static java.lang.StringPhylogenyDecorator. decorate(Phylogeny phylogeny, java.util.Map<java.lang.String,java.lang.String> map, PhylogenyDecorator.FIELD field, boolean extract_bracketed_scientific_name, boolean extract_bracketed_tax_code, boolean picky, boolean cut_name_after_space, boolean trim_after_tilde, boolean verbose)static java.lang.StringPhylogenyDecorator. decorate(Phylogeny phylogeny, java.util.Map<java.lang.String,java.lang.String> map, PhylogenyDecorator.FIELD field, boolean extract_bracketed_scientific_name, boolean extract_bracketed_tax_code, boolean picky, java.util.Map<java.lang.String,java.lang.String> intermediate_map, boolean cut_name_after_space, boolean trim_after_tilde, boolean verbose)static voidPhylogenyDecorator. decorate(Phylogeny phylogeny, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> map, boolean picky)
-