Exemple #1
0
        /// <summary>
        /// This method returns the list of prokaryotes with its scaffolds genbankIDs.
        /// Throws an exception of any error accessing the database occurs.
        /// </summary>
        public static XmlDocument listGenbankIDs()
        {
            XmlDocument doc = new XmlDocument();

            doc.AppendChild(dictionaryToXML(GDDL.listGenbankIDs(), doc));
            return(doc);
        }