d54846e9322cebf7d3fa7b63e14cb93b4be48273 braney Mon May 11 15:16:08 2015 -0700 add knownBlastTab.as so description will make it into the table browser refs #15145 diff --git src/hg/lib/knownBlastTab.as src/hg/lib/knownBlastTab.as new file mode 100644 index 0000000..f79576d --- /dev/null +++ src/hg/lib/knownBlastTab.as @@ -0,0 +1,17 @@ +table hgBlastTab +"Blast alignments to other proteins from this species." + ( + 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" + ) +