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/clusterInputTrackTable3.as src/hg/lib/clusterInputTrackTable3.as index eced8fb..510428e 100644 --- src/hg/lib/clusterInputTrackTable3.as +++ src/hg/lib/clusterInputTrackTable3.as @@ -1,9 +1,9 @@ table clusterInputTrackTable3 "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 cell; "Name of cell type" string treatment; "Drug or other treatment given to cells while alive" )