public class EnzymeList
This class contains a list of all the enzymes supported for GBS.
public static EnzymeList defaultCache
This is the application level default that will initiate using the EnzymeList default constructor.
public EnzymeList()
Looks for "enzymes.ini" config file in the lib path. Loads default Enzymes if not found
public EnzymeList(java.io.File iniFile)
Custom Config file
iniFile - public net.maizegenetics.analysis.gbs.v2.EnzymeList.Enzyme getEnzyme(java.lang.String key)
Get the Enzyme by the section name
Replaces the previous new GBSEnzyme(String enzyme)
key - The section name specified the enzyme configuration filepublic void printEnzymes(java.io.PrintStream print)
Prints the list of Enzymes loaded in this object
print - IOExceptionpublic static void main(java.lang.String[] args)
Prints default enzyme list and exists
args - IOException