UI Guide
How to upload inputs, submit jobs, and pull down results without needing the SPA.
Overview
subseq.bio runs biotech jobs through the same public API the UI uses. Your uploads mount read-only at /inputs; anything you want to keep must be written under /outputs.
The program guides below mirror the prefills on the New Job form.
Submitting Jobs
- Pick a program; the form changes help text to match its guide.
- Choose an input source: Upload, Dataset, or Previous Job. Folder layout is preserved.
- Arguments: one flag or value per line, exactly as you would type after the container entry point.
- Optional script upload (for Utility) is copied to
/data/<name>.pyand invoked with your args.
Tracking Progress
- Jobs lists queue and history with status, timestamps, and credit spend.
- Open a row to see parameters, runtime, logs, and the cancel button (available until the job exits).
- Use the download icon to grab a ZIP with
outputs/and logs.
Accounts and Credits
- Email OTP login from the header; codes expire quickly.
- Account menu shows balance, invoices, and API keys.
- Recharge via the balance pill; 1 credit is roughly USD 1.
API and Automation
Everything in the UI is available via REST. See the API reference for endpoints and curl snippets, and create client keys under Account -> API Keys.