7f5a39fa7ecbf668c7ec0cc077dc7b7821fae06c max Thu May 11 15:27:16 2017 -0700 adding .as files for interactions tracks, refs #13634 diff --git src/hg/lib/gglinkEvents.as src/hg/lib/gglinkEvents.as new file mode 100644 index 0000000..c102a71 --- /dev/null +++ src/hg/lib/gglinkEvents.as @@ -0,0 +1,7 @@ +table ggLink +" hgcGeneGraph relationship from gene pairs to events" + ( + string gene1 index; "Gene pair, symbol1 (first in alphabet)" + string gene2; "Gene pair, symbol2 (second in alphabet)" + blob eventIds; "comma-separated list of eventIds" + )