e85899748df910ff2759e5b7f7affda61e5905d1 braney Wed Apr 8 11:28:08 2015 -0700 a few more files used for little feet mode diff --git src/hg/lib/adjacency.as src/hg/lib/adjacency.as new file mode 100644 index 0000000..cfed525 --- /dev/null +++ src/hg/lib/adjacency.as @@ -0,0 +1,13 @@ +table adjacency +"new adjacency" + ( + string chrom; "First chrom" + uint chromStart; "position in first chromosome" + uint chromEnd; "position in second chromosome" + string name; "Second chrom" + uint score; "Score from 0-1000" + char[1] strand1; "+ or -" + char[1] strand2; "+ or -" + string cycle; "Cycle name" + uint ordering; "Ordering" + )