dcc09e71de2cb1f61a19f0526e0595ceb8277bb3 hiram Fri Feb 25 10:43:00 2022 -0800 adding cell background coloring for the IUCN column and tri-state indication on the hideAll buttons refs #28930 diff --git src/hg/gar/garTable.sh src/hg/gar/garTable.sh index 81b1a17..49602ec 100755 --- src/hg/gar/garTable.sh +++ src/hg/gar/garTable.sh @@ -7,33 +7,36 @@ rsync -aP hgdownload.soe.ucsc.edu::hubs/UCSC_GI.assemblyHubList.txt ./ \ > /dev/null 2>&1 ### starting html page output ############################################## printf " /style/gar.css'> " # coordinate these colors with the table.pl definitions -export criticalColor="#ff0000" -export endangeredColor="#dd6600" -export vulnerableColor="#663300" +# export criticalColor="#ff0000" +# export endangeredColor="#dd6600" +# export vulnerableColor="#663300" +export criticalColor="#ee3333"; +export endangeredColor="#333388"; +export vulnerableColor="#88aaaa"; export leftHandPointer="☜" export rightHandPointer="☞" # printf "\n" printf "

Genome assembly search and request

\n" printf "

What is the Genome Browser?

\n" printf "
\n" printf " Can't find your assembly?\n" printf "
\n" printf " \n", "${rightHandPointer}" "${leftHandPointer}" printf "
\n" printf "
\n"