############################################################ ## ## ## Sample Data For EC_ACCESSION and NonUniGene Tables ## ## ## ############################################################ DESCRIPTION These are tab delimited text files containing the reference data that we have in our database. The NonUniGene table gives titles to clones that are not in UniGene, and the EC_ACCESSION file relates E.C. numbers to Accession numbers for the Metabolic Pathway search. This file also contains our clones, sequence, pathway map, and pathway header information. INSTALL Use bcp to load the tab delimited files into your database. Example: prompt> bcp ..adb_ec_accession in ec_accessions.txt -c prompt> bcp ..adb_non_uni_gene in non_uni_gene.txt -c prompt> bcp ..adb_pathway_header in pathway_header.txt -c prompt> bcp ..adb_pathway_map in pathway_map.txt -c prompt> bcp ..adb_clones in Clones.txt -c -e prompt> bcp ..adb_sequences in Sequences.txt -c prompt> bcp ..adb_sets in Sets.txt -c