<?xml version="1.0" encoding="UTF-8"?>
<database name="cxgn" schema="genomic_bt" type="PostgreSQL - 8.1.8">
   <tables>
      <table name="blast_db" numRows="7" remarks="" schema="genomic_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('blast_db_blast_db_id_seq'::regclass)" digits="0" id="0" name="blast_db_id" nullable="false" remarks="" size="10" type="serial">
            <child column="blast_db_id" foreignKey="blast_query_blast_db_id_fkey" implied="false" onDeleteCascade="false" table="blast_query"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="subdir" nullable="true" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="file_basename" nullable="true" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="db_title" nullable="true" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="blast_program" nullable="true" remarks="" size="8" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="source_url" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="lookup_url" nullable="true" remarks="" size="120" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="7" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="blast_db_id" sequenceNumberInPK="1"/>
         <index name="blast_db_pkey" unique="true">
            <column ascending="true" name="blast_db_id"/>
         </index>
      </table>
      <table name="blast_defline" numRows="73443" remarks="" schema="genomic_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('blast_defline_blast_defline_id_seq'::regclass)" digits="0" id="0" name="blast_defline_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="blast_db_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="2" name="identifier" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="defline" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="identifier_defline_fulltext" nullable="true" remarks="" size="2147483647" type="tsvector"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="blast_defline_id" sequenceNumberInPK="1"/>
         <index name="blast_defline_pkey" unique="true">
            <column ascending="true" name="blast_defline_id"/>
         </index>
         <index name="blast_defline_identifier_defline_fulltext_index" unique="false">
            <column ascending="true" name="identifier_defline_fulltext"/>
         </index>
         <index name="identifier_idx" unique="false">
            <column ascending="true" name="identifier"/>
         </index>
      </table>
      <table name="blast_hit" numRows="1664130" remarks="" schema="genomic_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('blast_hit_blast_hit_id_seq'::regclass)" digits="0" id="0" name="blast_hit_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="blast_query_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="blast_query_id" foreignKey="blast_hit_blast_query_id_fkey" implied="false" onDeleteCascade="false" table="blast_query"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="identifier" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="17" id="3" name="evalue" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="17" id="4" name="score" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="17" id="5" name="identity_percentage" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="0" id="6" name="align_start" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="7" name="align_end" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="8" name="blast_defline_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="9" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="blast_hit_id" sequenceNumberInPK="1"/>
         <index name="blast_hit_pkey" unique="true">
            <column ascending="true" name="blast_hit_id"/>
         </index>
         <index name="blast_query_id_idx" unique="false">
            <column ascending="true" name="blast_query_id"/>
         </index>
         <index name="defline_id_idx" unique="false">
            <column ascending="true" name="blast_defline_id"/>
         </index>
         <index name="defline_query_idx" unique="false">
            <column ascending="true" name="blast_defline_id"/>
            <column ascending="true" name="blast_query_id"/>
         </index>
         <index name="evalue_idx" unique="false">
            <column ascending="true" name="evalue"/>
         </index>
         <index name="score_idx" unique="false">
            <column ascending="true" name="score"/>
         </index>
      </table>
      <table name="blast_query" numRows="1952983" remarks="" schema="genomic_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('blast_query_blast_query_id_seq'::regclass)" digits="0" id="0" name="blast_query_id" nullable="false" remarks="" size="10" type="serial">
            <child column="blast_query_id" foreignKey="blast_hit_blast_query_id_fkey" implied="false" onDeleteCascade="false" table="blast_hit"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="source_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="2" name="query_source_type_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="query_source_type_id" foreignKey="blast_query_query_source_type_id_fkey" implied="false" onDeleteCascade="false" table="query_source_type"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="blast_db_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="blast_db_id" foreignKey="blast_query_blast_db_id_fkey" implied="false" onDeleteCascade="false" table="blast_db"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="total_hits" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="stored_hits" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="('now'::text)::timestamp(6) with time zone" digits="6" id="6" name="last_updated" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="7" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="blast_query_id" sequenceNumberInPK="1"/>
         <index name="blast_query_pkey" unique="true">
            <column ascending="true" name="blast_query_id"/>
         </index>
         <index name="source_idx" unique="false">
            <column ascending="true" name="query_source_type_id"/>
            <column ascending="true" name="source_id"/>
         </index>
      </table>
      <table name="chromat" numRows="401652" remarks="" schema="genomic_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('chromat_chromat_id_seq'::regclass)" digits="0" id="0" name="chromat_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="chromat_id" foreignKey="gss_chromat_id_fkey" implied="false" onDeleteCascade="false" table="gss"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="clone_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="clone_id" foreignKey="chromat_clone_id_fkey" implied="false" onDeleteCascade="false" table="clone"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="primer" nullable="true" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="direction" nullable="true" remarks="" size="1" type="bpchar"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="4" name="filename" nullable="false" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="subpath" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="('now'::text)::timestamp(6) with time zone" digits="6" id="6" name="date" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="7" name="censor_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="read_class_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="9" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="chromat_id" sequenceNumberInPK="1"/>
         <index name="chromat_pkey" unique="true">
            <column ascending="true" name="chromat_id"/>
         </index>
         <index name="clone_id_idx" unique="false">
            <column ascending="true" name="clone_id"/>
         </index>
         <index name="filename_idx" unique="false">
            <column ascending="true" name="filename"/>
         </index>
      </table>
      <table name="clone" numRows="236160" remarks="" schema="genomic_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('clone_clone_id_seq'::regclass)" digits="0" id="0" name="clone_id" nullable="false" remarks="" size="10" type="serial">
            <child column="clone_id" foreignKey="chromat_clone_id_fkey" implied="false" onDeleteCascade="false" table="chromat"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="library_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="library_id" foreignKey="clone_library_id_fkey" implied="false" onDeleteCascade="false" table="library"/>
         </column>
         <column autoUpdated="false" defaultValue="(0)::smallint" digits="0" id="2" name="clone_type_id" nullable="false" remarks="" size="5" type="int2">
            <parent column="clone_type_id" foreignKey="clone_clone_type_id_fkey" implied="false" onDeleteCascade="false" table="clone_type"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="platenum" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="wellrow" nullable="true" remarks="" size="2" type="bpchar"/>
         <column autoUpdated="false" digits="0" id="5" name="wellcol" nullable="true" remarks="" size="5" type="int2"/>
         <column autoUpdated="false" digits="0" id="6" name="genbank_accession" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="bad_clone" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="estimated_length" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="9" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="clone_id" sequenceNumberInPK="1"/>
         <index name="clone_pkey" unique="true">
            <column ascending="true" name="clone_id"/>
         </index>
         <index name="byname_idx" unique="false">
            <column ascending="true" name="platenum"/>
            <column ascending="true" name="wellrow"/>
            <column ascending="true" name="wellcol"/>
            <column ascending="true" name="clone_type_id"/>
         </index>
         <index name="clone_type_id_idx" unique="false">
            <column ascending="true" name="clone_type_id"/>
         </index>
         <index name="library_id_idx" unique="false">
            <column ascending="true" name="library_id"/>
         </index>
      </table>
      <table name="clone_type" numRows="1" remarks="" schema="genomic_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('clone_type_clone_type_id_seq'::regclass)" digits="0" id="0" name="clone_type_id" nullable="false" remarks="" size="10" type="serial">
            <child column="clone_type_id" foreignKey="clone_clone_type_id_fkey" implied="false" onDeleteCascade="false" table="clone"/>
            <child column="clone_type_id" foreignKey="library_clone_type_id_fkey" implied="false" onDeleteCascade="false" table="library"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="" size="40" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="shortname" nullable="true" remarks="" size="12" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="clone_type_id" sequenceNumberInPK="1"/>
         <index name="clone_type_pkey" unique="true">
            <column ascending="true" name="clone_type_id"/>
         </index>
         <index name="clone_type_name_key" unique="true">
            <column ascending="true" name="name"/>
         </index>
         <index name="clone_type_shortname_key" unique="true">
            <column ascending="true" name="shortname"/>
         </index>
      </table>
      <table name="genbank_submission" numRows="2" remarks="" schema="genomic_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('genbank_submission_genbank_submission_id_seq'::regclass)" digits="0" id="0" name="genbank_submission_id" nullable="false" remarks="" size="10" type="serial">
            <child column="genbank_submission_id" foreignKey="gss_submitted_to_genbank_genbank_submission_id_fkey" implied="false" onDeleteCascade="false" table="gss_submitted_to_genbank"/>
         </column>
         <column autoUpdated="false" digits="6" id="1" name="date_generated" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="2" name="date_sent" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="3" name="submitted_by" nullable="true" remarks="" size="20" type="varchar"/>
         <column autoUpdated="false" digits="6" id="4" name="ncbi_reply_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="genbank_submission_id" sequenceNumberInPK="1"/>
         <index name="genbank_submission_pkey" unique="true">
            <column ascending="true" name="genbank_submission_id"/>
         </index>
      </table>
      <table name="gss" numRows="402012" remarks="" schema="genomic_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('gss_gss_id_seq'::regclass)" digits="0" id="0" name="gss_id" nullable="false" remarks="" size="10" type="serial">
            <child column="gss_id" foreignKey="gss_submitted_to_genbank_gss_id_fkey" implied="false" onDeleteCascade="false" table="gss_submitted_to_genbank"/>
            <child column="gss_id" foreignKey="qc_report_gss_id_fkey" implied="false" onDeleteCascade="false" table="qc_report"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="chromat_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="chromat_id" foreignKey="gss_chromat_id_fkey" implied="false" onDeleteCascade="false" table="chromat"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="version" nullable="true" remarks="" size="5" type="int2"/>
         <column autoUpdated="false" digits="0" id="3" name="basecaller" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="seq" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="qual" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="call_positions" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="status" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="flags" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="('now'::text)::timestamp(6) with time zone" digits="6" id="9" name="date" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="10" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="gss_id" sequenceNumberInPK="1"/>
         <index name="gss_pkey" unique="true">
            <column ascending="true" name="gss_id"/>
         </index>
         <index name="chromat_id_idx" unique="false">
            <column ascending="true" name="chromat_id"/>
         </index>
         <index name="gss_flags_idx" unique="false">
            <column ascending="true" name="flags"/>
         </index>
         <index name="status_idx" unique="false">
            <column ascending="true" name="status"/>
         </index>
      </table>
      <table name="gss_submitted_to_genbank" numRows="305545" remarks="" schema="genomic_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('gss_submitted_to_genbank_gss_submitted_to_genbank_id_seq'::regclass)" digits="0" id="0" name="gss_submitted_to_genbank_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="genbank_submission_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="genbank_submission_id" foreignKey="gss_submitted_to_genbank_genbank_submission_id_fkey" implied="false" onDeleteCascade="false" table="genbank_submission"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="gss_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="gss_id" foreignKey="gss_submitted_to_genbank_gss_id_fkey" implied="false" onDeleteCascade="false" table="gss"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="genbank_identifier" nullable="true" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="genbank_dbgss_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="gss_submitted_to_genbank_id" sequenceNumberInPK="1"/>
         <index name="gss_submitted_to_genbank_pkey" unique="true">
            <column ascending="true" name="gss_submitted_to_genbank_id"/>
         </index>
         <index name="gss_id_idx" unique="false">
            <column ascending="true" name="gss_id"/>
         </index>
      </table>
      <table name="library" numRows="3" remarks="" schema="genomic_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('library_library_id_seq'::regclass)" digits="0" id="0" name="library_id" nullable="false" remarks="" size="10" type="serial">
            <child column="library_id" foreignKey="clone_library_id_fkey" implied="false" onDeleteCascade="false" table="clone"/>
         </column>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="1" name="clone_type_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="clone_type_id" foreignKey="library_clone_type_id_fkey" implied="false" onDeleteCascade="false" table="clone_type"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="name" nullable="true" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="3" name="shortname" nullable="false" remarks="" size="16" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="library_detail_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="library_detail_id" foreignKey="library_library_detail_id_fkey" implied="false" onDeleteCascade="false" table="library_detail"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="accession_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="6" name="subclone_of" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="7" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="library_id" sequenceNumberInPK="1"/>
         <index name="library_pkey" unique="true">
            <column ascending="true" name="library_id"/>
         </index>
         <index name="accession_id_idx" unique="false">
            <column ascending="true" name="accession_id"/>
         </index>
      </table>
      <table name="library_annotation_db" numRows="18" remarks="" schema="genomic_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('library_annotation_db_library_annotation_db_id_seq'::regclass)" digits="0" id="0" name="library_annotation_db_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="1" name="library_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="2" name="blast_db_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::smallint" digits="0" id="3" name="is_contaminant" nullable="false" remarks="" size="5" type="int2"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="library_annotation_db_id" sequenceNumberInPK="1"/>
         <index name="library_annotation_db_pkey" unique="true">
            <column ascending="true" name="library_annotation_db_id"/>
         </index>
      </table>
      <table name="library_detail" numRows="3" remarks="" schema="genomic_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('library_detail_library_detail_id_seq'::regclass)" digits="0" id="0" name="library_detail_id" nullable="false" remarks="" size="10" type="serial">
            <child column="library_detail_id" foreignKey="library_library_detail_id_fkey" implied="false" onDeleteCascade="false" table="library"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="cloning_host" nullable="true" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="vector" nullable="true" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="rs1" nullable="true" remarks="" size="12" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="rs2" nullable="true" remarks="" size="12" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="cloning_kit" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="7" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="8" name="vector_ligation_1" nullable="true" remarks="the string index in sgn.cloning_vector.seq after which inserts are ligated" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="vector_ligation_2" nullable="true" remarks="the string index in sgn.cloning_vector.seq before which inserts are ligated" size="10" type="int4"/>
         <primaryKey column="library_detail_id" sequenceNumberInPK="1"/>
         <index name="library_detail_pkey" unique="true">
            <column ascending="true" name="library_detail_id"/>
         </index>
      </table>
      <table name="qc_report" numRows="402000" remarks="" schema="genomic_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('qc_report_qc_report_id_seq'::regclass)" digits="0" id="0" name="qc_report_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="1" name="gss_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="gss_id" foreignKey="qc_report_gss_id_fkey" implied="false" onDeleteCascade="false" table="gss"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="vs_status" nullable="true" remarks="" size="5" type="int2"/>
         <column autoUpdated="false" digits="0" id="3" name="qstart" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="qend" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="istart" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="iend" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="hqi_start" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="hqi_length" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="8" id="9" name="entropy" nullable="true" remarks="" size="8" type="float4"/>
         <column autoUpdated="false" digits="8" id="10" name="expected_error" nullable="true" remarks="" size="8" type="float4"/>
         <column autoUpdated="false" digits="8" id="11" name="qual_trim_threshold" nullable="true" remarks="" size="8" type="float4"/>
         <column autoUpdated="false" digits="0" id="12" name="vector_tokens" nullable="true" remarks="" size="40" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="13" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="qc_report_id" sequenceNumberInPK="1"/>
         <index name="qc_report_pkey" unique="true">
            <column ascending="true" name="qc_report_id"/>
         </index>
         <index name="gss_id_idx2" unique="false">
            <column ascending="true" name="gss_id"/>
         </index>
      </table>
      <table name="query_source_type" numRows="1" remarks="" schema="genomic_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('query_source_type_query_source_type_id_seq'::regclass)" digits="0" id="0" name="query_source_type_id" nullable="false" remarks="" size="10" type="serial">
            <child column="query_source_type_id" foreignKey="blast_query_query_source_type_id_fkey" implied="false" onDeleteCascade="false" table="blast_query"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="shortname" nullable="true" remarks="" size="15" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="query_source_type_id" sequenceNumberInPK="1"/>
         <index name="query_source_type_pkey" unique="true">
            <column ascending="true" name="query_source_type_id"/>
         </index>
         <index name="shortname_idx" unique="false">
            <column ascending="true" name="shortname"/>
         </index>
      </table>
      <table name="read_class" numRows="57" remarks="" schema="genomic_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('read_class_read_class_id_seq'::regclass)" digits="0" id="0" name="read_class_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="class_name" nullable="true" remarks="" size="40" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="2" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="read_class_id" sequenceNumberInPK="1"/>
         <index name="read_class_pkey" unique="true">
            <column ascending="true" name="read_class_id"/>
         </index>
         <index name="read_class_class_name_key" unique="true">
            <column ascending="true" name="class_name"/>
         </index>
      </table>
   </tables>
</database>
