81111ee2131f947635ecb4b6a83674e4fb85d61b kent Thu Jun 24 18:17:35 2010 -0700 Defining a new table type for benefit of factorSource type tracks. diff --git src/hg/lib/clusterInputTrackTable.as src/hg/lib/clusterInputTrackTable.as index 0d8b95e..ce13667 100644 --- src/hg/lib/clusterInputTrackTable.as +++ src/hg/lib/clusterInputTrackTable.as @@ -2,5 +2,6 @@ "Some information on tracks used as input for a clustering track" ( string tableName; "Name of table used as an input" - string cell; "Name of cell line" + string source; "Name of cell line or other biological source" + string factor; "Name of factor" )