7a135f97837caba9d5a643d3028aa0b4557a6cea kate Tue May 7 14:22:49 2013 -0700 Create version of track clustered by target protein. refs #10097 diff --git src/hg/lib/clusterInputTrackTable4.as src/hg/lib/clusterInputTrackTable4.as index 1fb6710..ee09080 100644 --- src/hg/lib/clusterInputTrackTable4.as +++ src/hg/lib/clusterInputTrackTable4.as @@ -1,10 +1,10 @@ table clusterInputTrackTable4 "Some information on tracks used as input for a clustering track" ( string tableName; "Name of table used as an input" - struct source; "Name of source - linked to Exps table. Cell+treatment. + string source; "Name of source - linked to Exps table. Cell+treatment." string factor; "Name of factor/antibody" string cellType; "Name of cell type" string treatment; "Drug or other treatment given to cells while alive" string lab; "Lab this was done in" )