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

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