e7ff60aa889ee54148f5a99447adcba6303dab47 tdreszer Wed Aug 25 15:02:45 2010 -0700 Updated 'recently done' list diff --git src/hg/hgTracks/searchTracks.c src/hg/hgTracks/searchTracks.c index 8ecf681..c9f92fa 100644 --- src/hg/hgTracks/searchTracks.c +++ src/hg/hgTracks/searchTracks.c @@ -165,7 +165,7 @@ char *whiteList[WHITE_LIST_COUNT][2] = { {"age", "Age of experimental organism"}, {"accession", "Accession - external"}, - {"antibody", "Antibody - targetting protein"}, + {"antibody", "Antibody or target protein"}, {"cell", "Cell Line"}, {"localization", "Cell compartment"}, {"control", "Control or Input for ChIPseq"}, @@ -818,6 +818,7 @@ } hPrintf("<p><b>Recently Done</b><ul>\n" + "<li>Metadata variables have been 'white-listed' to only include vetted items. Short text descriptions and vetted list should be reviewed.</li>" "<li>'Clear' button added and search and clear buttons should be meaningfully enabled/disabled.</li>" "<li>Clicking on shortLabel for found track will popup the description text. Subtracks should show their composite description.</li>" "<li>Non-data 'container' tracks (composites and supertracks) have '*' to mark them, and can be configured before displaying. Better suggestions?</li>" @@ -832,7 +833,6 @@ "<BR>QUESTION: Is that a bug? REM that description search is NOT inherited. (* Suggestions below.)</li>" "</ul></p>" "<p><b>Suggested improvments:</b><ul>\n" - "<li>The metadata variables should be 'white-listed' to only include vetted items. Nicer text should be displayed for these.</li>" "<li>The metadata values will not be white-listed, but it would be nice to have more descriptive text for them. A short label added to cv.ra?</li>" "<li>Look and feel of found track list (here) and composite subtrack list (hgTrackUi) should converge. Jim suggests look and feel of hgTracks 'Configure Tracks...' list instead.</li>" "<li>Drop-down list of terms (cells, antibodies, etc.) should be multi-select with checkBoxes as seen in filterComposites. Perhaps saved for v2.0.</li>"