00001 #ifndef FQTABLE_H
00002 #define FQTABEL_H
00003
00004
00005
00006 extern const int TOTALF = 63;
00007 extern const int TOTALQ = 74;
00008
00009 extern const char *ft[] = { "3'clip", "3'UTR", "5'clip", "5'UTR", "allele",
00010 "attenuator", "CAAT_signal", "CDS", "conflict", "C_region", "D-loop",
00011 "D_segment", "enhancer", "exon", "GC_signal", "gene", "iDNA", "intron",
00012 "J_region", "LTR", "mat_peptide", "misc_binding", "misc_difference",
00013 "misc_feature", "misc_recomb", "misc_RNA", "misc_signal",
00014 "misc_structure", "modified_base", "mRNA", "mutation", "N_region",
00015 "old_sequence", "polyA_signal", "polyA_site", "precursor_RNA", "primer",
00016 "primer_bind", "prim_transcript", "promoter", "protein_bind", "RBS",
00017 "repeat_region", "repeat_unit", "rep_origin", "rRNA", "satellite",
00018 "scRNA", "sig_peptide", "snRNA", "source", "stem_loop", "STS",
00019 "S_region", "TATA_signal", "terminator", "transit_peptide", "transposon",
00020 "tRNA", "unsure", "variation", "V_region", "V_segment"};
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040 extern const char *qt[] = {"/allele=", "/anticodon=", "/bound_moiety=",
00041 "/cell_line=", "/chromosome=", "/chloroplast", "/chromoplast",
00042 "/citation=", "/clone=", "/clone_lib=", "/codon=", "/codon_start=",
00043 "/cons_splice=", "/cultivar=", "/cyanelle", "/db_xref=", "/dev_stage=",
00044 "/direction=", "/EC_number=", "/evidence=", "/exception=", "/focus=",
00045 "/frequency=", "/function=", "/gene=", "/gdb_xref=", "/germline",
00046 "/haplotype=", "/insertion_seq=", "/isolate=", "/kinetoplast", "/label=",
00047 "/lab_host=", "/map=", "/macronuclear", "/mitochondrion", "/mod_base=",
00048 "/note=", "/number=", "/organism=", "/partial", "/PCR_conditions=",
00049 "/pop_variant=", "/phenotype=", "/plasmid=", "/product=", "/protein_id=",
00050 "/proviral", "/pseudo", "/rearranged", "/replace=", "/rpt_family=",
00051 "/rpt_type=", "/rpt_unit=", "/sequenced_mol=", "/serotype=", "/sex=",
00052 "/specific_host=", "/specimen_voucher=", "/standard_name=", "/strain=",
00053 "/sub_clone=", "/sub_species=", "/sub_strain=", "/tissue_lib=",
00054 "tissue_type=", "/translation=", "/transl_except=", "/transl_table=",
00055 "/transposon=", "/usedin=", "/variety=", "/virion", "/cell_type="};
00056
00057
00058
00059
00060
00061
00062
00063
00064
00065
00066
00067
00068
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078
00079
00080 #endif