示例#1
0
        public static string getMoleculeType(string genbankID)
        {
            string molecule = GDDL.getMoleculeType(genbankID);

            if (molecule == null)
            {
                throw new Exception("No match found");
            }
            return(molecule);
        }