55530c42a84a4f8f0cca02b2c27c722099592212 braney Wed May 6 14:23:26 2020 -0700 add AS file for the short form of rnaStruct tables without conf field diff --git src/hg/lib/rnaSecStrShort.as src/hg/lib/rnaSecStrShort.as new file mode 100644 index 0000000..81642d1 --- /dev/null +++ src/hg/lib/rnaSecStrShort.as @@ -0,0 +1,12 @@ +table rnaSecStrShort +"Browser extensible data with secondary structure string" + ( + string chrom; "Reference sequence chromosome or scaffold" + uint chromStart; "Start position in chromosome" + uint chromEnd; "End position in chromosome" + string name; "Name of item" + uint score; "Score from 0-1000" + char[1] strand; "+ or -" + uint size; "Size of element." + lstring secStr; "Parentheses and '.'s which define the secondary structure" + )