|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.ep.mm.app.EbeyeParser
public class EbeyeParser
Indexer for EB-Eye XML files, which parses them and indexes/stores
database identifiers corresponding to UniProt accessions already existing
in the index.
Currently, ChEBI and ChEMBL (target) are supported. PDBeChem is not, as it
does not seem to provide xrefs to UniProt in its EB-Eye XML file.
Constructor Summary | |
---|---|
EbeyeParser()
Deprecated. |
Method Summary | |
---|---|
static void |
main(String... args)
Deprecated. Parses a EB-Eye XML file and indexes/stores the database identifiers corresponding to UniProt accessions. |
void |
parse(String xmlFile)
Deprecated. Parses a XML file and extracts interesting data into a mega-map. |
void |
setWriter(MegaMapper writer)
Deprecated. Sets a writer to make the mega-map persistent. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EbeyeParser()
Method Detail |
---|
public static void main(String... args) throws Exception
args
- Exception
public void parse(String xmlFile) throws Exception
MmParser
parse
in interface MmParser
xmlFile
- an XML file.
Exception
public void setWriter(MegaMapper writer)
MmParser
setWriter
in interface MmParser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |