Class UniprotDictCreator
- java.lang.Object
-
- de.julielab.jules.ae.genemapping.resources.UniprotDictCreator
-
public class UniprotDictCreator extends java.lang.Object- Author:
- engelmann, faessler The UniprotDictCreator is used to retrieve relevant content for the uniprot-dictionary as found in the shell script makeGeneDictionary.sh for the creation of the resources. Note that this solution was reverse-engineered looking at the already existing uniprot.all.dict and searching for the elements in question to retrieve from uniprot.sprot.xml. A later change was made by faessler to use the primary accession ID instead of the UniProt mnemonic ID (IDs like IL2_MOUSE).
-
-
Constructor Summary
Constructors Constructor Description UniprotDictCreator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)voidreadEntries(java.io.File inputFile)voidwriteEntries(java.io.File outputFile)
-