d2677f8fe6f9aa812a79e8919579ebe909c9bcf1 braney Fri Mar 22 14:36:04 2013 -0700 add an as file for seven of the blastTab tables so the decription will be more clear as to their contents fixes #9363 diff --git src/hg/lib/rnBlastTab.as src/hg/lib/rnBlastTab.as new file mode 100644 index 0000000..b9ba471 --- /dev/null +++ src/hg/lib/rnBlastTab.as @@ -0,0 +1,17 @@ +table rnBlastTab +"Blast alignments of Rat genes" + ( + string query; "Name of sequence in this assembly (query)" + string target; "Name of sequence in other assembly (target)" + float identity; "Percent identity" + uint aliLength; "Length of alignment" + uint mismatch; "Number of mismatches" + uint gapOpen; "Number of gap openings" + uint qStart; "Start in query (0 based)" + uint qEnd; "End in query (non-inclusive)" + uint tStart; "Start in target (0 based)" + uint tEnd; "End in target (non-inclusive)" + double eValue; "Expectation value" + double bitScore; "Bit score" + ) +