b88380414ddecaab81f5c19b9f0cf06dbbedc787 max Fri May 26 06:36:28 2017 -0700 changing python hash bang again for hgGeneGraph, tiny wrangling fix, refs #13634 diff --git src/hg/hgGeneGraph/hgGeneGraph src/hg/hgGeneGraph/hgGeneGraph index 28595e8..b806434 100755 --- src/hg/hgGeneGraph/hgGeneGraph +++ src/hg/hgGeneGraph/hgGeneGraph @@ -1,16 +1,16 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Protein Interaction Viewer for the Genome Browser # query tables with prefix "gg" in hgFixed, writes the results to a dot file, # runs graphviz's "dot" program to create a pathway map from it and write html # and mapfiles to the trash directory. # CGI params: gene=(HGNCsymbol) or link=sym1:sym2 # optional params: addNeighbors # colors: # grey+thickness = only text mining data # light blue, dashed = only high-throughput data