1cbaa9ddcb7a13929a2217db78d6b36ff738fe15 hiram Fri Apr 24 10:52:34 2026 -0700 doneStatus can simply be status refs #31811 diff --git src/hg/lib/ottoRequest.as src/hg/lib/ottoRequest.as index 97f34fbbd64..706622eba7d 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; "0 == pending, 1 == notified/in progress, 2 == complete, 3 == problems" + ubyte status; "0 pending, 1 notified, 2 in progress, 3 galaxy done, 4 tracks complete, 5 finish notification, 6 complete, 7 problems" string buildDir; "build directory path for alignment workflow" string completeTime; "date time for process completed and user notified" )