07e0114dd142342504409766dc043deb24900095 tdreszer Mon Sep 13 09:43:05 2010 -0700 Extended white list of mdb vars and changed some labelling. diff --git src/hg/hgTracks/searchTracks.c src/hg/hgTracks/searchTracks.c index 02f17c8..1cd32c4 100644 --- src/hg/hgTracks/searchTracks.c +++ src/hg/hgTracks/searchTracks.c @@ -159,15 +159,15 @@ // Search the assemblies metaDb table; If name == NULL, we search every metadata field. { char query[256]; -#define WHITE_LIST_COUNT 30 +#define WHITE_LIST_COUNT 35 #ifdef WHITE_LIST_COUNT #define WHITE_LIST_VAR 0 #define WHITE_LIST_LABEL 1 char *whiteList[WHITE_LIST_COUNT][2] = { {"age", "Age of experimental organism"}, - {"accession", "Accession - external"}, {"antibody", "Antibody or target protein"}, - {"cell", "Cell Line"}, + {"origAssembly", "Assembly originally mapped to"}, + {"cell", "Cell, tissue or DNA sample"}, {"localization", "Cell compartment"}, {"control", "Control or Input for ChIPseq"}, //{"controlId", "ControlId - explicit relationship"}, @@ -177,21 +177,26 @@ //{"freezeDate", "Gencode freeze date"}, //{"level", "Gencode level"}, //{"annotation", "Gencode annotation"}, + {"accession", "GEO accession"}, + {"growthProtocol", "Growth Protocol"}, {"lab", "Lab producing data"}, {"labVersion", "Lab specific details"}, {"labExpId", "Lab specific identifier"}, {"softwareVersion", "Lab specific informatics"}, + {"protocol", "Library Protocol"}, {"mapAlgorithm", "Mapping algorithm"}, - {"grant", "Prinipal Investigator"}, {"readType", "Paired/Single reads lengths"}, + {"grant", "Prinipal Investigator"}, {"replicate", "Replicate number"}, - {"restrictionEnzyme","Restriction Enzyme used"}, + //{"restrictionEnzyme","Restriction Enzyme used"}, //{"ripAntibody", "RIP Antibody"}, //{"ripTgtProtein", "RIP Target Protein"}, {"rnaExtract", "RNA Extract"}, + {"seqPlatform", "Sequencing Platform"}, {"setType", "Experiment or Input"}, {"sex", "Sex of organism"}, {"strain", "Strain of organism"}, + {"subId", "Submission Id"}, {"treatment", "Treatment"}, {"view", "View - Peaks or Signals"}, }; @@ -308,7 +313,7 @@ } } -webStartWrapperDetailedNoArgs(cart, database, "", "Track Search", FALSE, FALSE, FALSE, FALSE); +webStartWrapperDetailedNoArgs(cart, database, "", "Search for Tracks", FALSE, FALSE, FALSE, FALSE); hPrintf("
\n\n", hgTracksName()); @@ -320,9 +325,9 @@ hPrintf("