Exemplo n.º 1
0
        /// <summary>
        /// This mehtod returns the list of prokaryotes with its all the sequences including scaffolds.
        /// Throws an exception of any error accessing the database occurs.
        /// </summary>
        /// <returns>The sequences.</returns>
        public static XmlDocument listSequences()
        {
            XmlDocument doc = new XmlDocument();

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