Class GeneXMLFromASN1Extractor
- java.lang.Object
-
- de.julielab.jules.ae.genemapping.resources.GeneXMLFromASN1Extractor
-
public class GeneXMLFromASN1Extractor extends java.lang.ObjectAlternative to
GeneXMLDownloader.Reads ASN.1 files obtainable from ftp://ftp.ncbi.nih.gov/gene/DATA/ASN_BINARY/ and extracts the required gene information for the JCoRe Gene Mapper.
This approach is much more robust than downloading everything from the Internet and is most likely also much quicker. However, it relies on an external tool, gene2xml, which is written in C and thus platform dependent. This might cause issues depending on the environment. The available gene2xml programs are located at ftp://ftp.ncbi.nlm.nih.gov/asn1-converters/by_program/gene2xml/. The path to the program to use is given as the last parameter when calling this class. This class was used with the linux64 program.
- Author:
- faessler
-
-
Constructor Summary
Constructors Constructor Description GeneXMLFromASN1Extractor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)The path to the gene2xml program to use.
-