39e090676e60afcf302c046587af55b3f8926727 hiram Thu Jul 18 10:25:14 2013 -0700 checking in Robert's code refs #9741 diff --git src/hg/lib/rmskOut2.as src/hg/lib/rmskOut2.as new file mode 100644 index 0000000..ee5c150 --- /dev/null +++ src/hg/lib/rmskOut2.as @@ -0,0 +1,20 @@ +table rmskOut2 +"RepeatMasker .out record" + ( + uint swScore; "Smith Waterman alignment score" + uint milliDiv; "Base mismatches in parts per thousand" + uint milliDel; "Bases deleted in parts per thousand" + uint milliIns; "Bases inserted in parts per thousand" + string genoName; "Genomic sequence name" + uint genoStart; "Start in genomic sequence" + uint genoEnd; "End in genomic sequence" + int genoLeft; "-#bases after match in genomic sequence" + char[1] strand; "Relative orientation + or -" + string repName; "Name of repeat" + string repClass; "Class of repeat" + string repFamily; "Family of repeat" + int repStart; "Start in repeat sequence - regardless of orient." + uint repEnd; "End in repeat sequence - reglardless of orient." + int repLeft; "-#bases after match in repeat sequence - regardless of orient" + uint id; "The ID of the hit. Used to link related fragments" + )