ImportFormSyntenyMixin
Auto-generated @jbrowse/mobx-state-tree API for the current JBrowse release — see pluggable elements for concepts. Built into JBrowse core. View source.
The synteny track each row pair of a view's import form has picked, held on the model so it outlives the form's per-pair remounts. Composed by the linear synteny, dotplot and circular views.
Volatiles
| Member | Description |
|---|---|
| importFormSyntenyTrackSelections |
Actions
| Member | Description |
|---|---|
setImportFormSyntenyTrack(idx: number, val: ImportFormSyntenyTrack) => void | |
clearImportFormSyntenyTracks() => void | Drop the pending selections once a launch has applied them. Left in place they outlive the form: "Return to import form" would reopen on a finished upload from the previous launch, and a pair whose assemblies no longer match it reads as an unfinished upload and disables Launch. |