fcfb91470c294d3b991dbd0d24cba67de9ed65cb hiram Tue Apr 21 14:20:57 2026 -0700 create ottoRequest cron watch script refs #31811 diff --git src/hg/lib/ottoRequest.as src/hg/lib/ottoRequest.as index aa51056697d..c080edfd641 100644 --- src/hg/lib/ottoRequest.as +++ src/hg/lib/ottoRequest.as @@ -1,15 +1,15 @@ table ottoRequest "recording requests coming from from functions such as liftRequest" ( uint id; "Auto-incrementing request count" string requestType; "type of request: liftOver or assembly" string fromDb; "can be a database name or a GC[AF]_ GenArk accession" string toDb; "can be a database name or a GC[AF]_ GenArk accession" string email; "user email address" lstring comment; "other comments from the input form" string requestTime; "date time request was added" - ubyte doneStatus; "# 1 == process is complete, 0 == process to be done" + ubyte doneStatus; "0 == pending, 1 == notified/in progress, 2 == complete" string workflowId; "galaxy workflow ID" string completeTime; "date time for process completed and user notified" )