47ea57080b515e5dad5f658c58feb8944a7e7d61 chmalee Thu Jan 29 15:30:26 2026 -0800 Replace clade/assembly dropdowns with a search bar on most CGIs. Add a recents list to hgGateway and to the species bar and to the 'Genomes' dropdown menu. Track recently selected species in localStorage. Add toGenome and fromGenome arguemnts to hubApi/liftOver in order to find appropriate liftover assemblies, refs #36232 diff --git src/hg/hubApi/dataApi.h src/hg/hubApi/dataApi.h index a5e2aacc457..22a8508f656 100644 --- src/hg/hubApi/dataApi.h +++ src/hg/hubApi/dataApi.h @@ -71,30 +71,31 @@ #define argRevComp "revComp" #define argMaxItemsOutput "maxItemsOutput" #define argFormat "format" #define argJsonOutputArrays "jsonOutputArrays" #define argCategories "categories" #define argSearchTerm "search" #define argSkipContext "skipContext" /* used in findGenome, 'q' is for the query search term */ #define argQ "q" #define argStatsOnly "statsOnly" #define argBrowser "browser" #define argYear "year" #define argCategory "category" #define argStatus "status" #define argLevel "level" +#define argLiftable "liftable" #define argFromGenome "fromGenome" #define argToGenome "toGenome" /* used by liftRequest */ #define argEmail "email" #define argComment "comment" /* used in liftOver 'listExisting' function to filter the result */ #define argFilter "filter" /* used in list/files to show only certain file types */ #define argFileType "fileType" /* valid argument listings to verify extraneous arguments * initialized in hubApi.c */ extern char *argListPublicHubs[]; extern char *argListUcscGenomes[];