Esempio n. 1
0
        public static string getStrandTopology(string genbankID)
        {
            string strand_topology = GDDL.getStrandTopology(genbankID);

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