RpcOptions
Auto-generated config schema for the current JBrowse release — see the config guide for concepts. Built into JBrowse core. View source.
Config slots
Slot types (fileLocation, frozen, ...) are explained in the
config slot types reference. Slots a base
configuration contributes are listed here too, so this table is the whole
surface.
| Slot | Description |
|---|---|
defaultDriverstring = '' | which RPC backend to use. Empty means "use the host application's default" (web/desktop default to the web worker driver, embedded/headless to the main thread). Every call in the session runs on the driver this names; there is no per-track or per-call override. advanced |
workerCountnumber = 0 | number of web workers to spawn for the web worker RPC driver. 0 lets JBrowse pick based on hardware concurrency. advanced |
Related links
- Guide: Data flow, end to end