01bd3b8eed853deb3d088e0d8ed98abb4a86084e kent Tue Apr 26 23:20:00 2011 -0700 Adding more metadata fields to the DNase inputs table. diff --git src/hg/lib/clusterInputDnase.as src/hg/lib/clusterInputDnase.as new file mode 100644 index 0000000..c0dba5b --- /dev/null +++ src/hg/lib/clusterInputDnase.as @@ -0,0 +1,10 @@ +table clusterInputDnase +"Some information on tracks used as input for a clustering track" + ( + string tableName; "Name of table used as an input" + string cellType; "Name of cell type" + string treatment; "Drug or other treatment given to cells while alive" + string replicate; "Replicate number" + string lab; "Lab this was done in" + string dateUnrestricted; "Date data becomes unrestricted" + )