GMOD / jbrowse-components

Source code for JBrowse 2, a modern React-based genome browser
https://jbrowse.org/jb2
Apache License 2.0
202 stars 61 forks source link

Add assembly manager to jbrowse-web for session assemblies #1445

Open rbuels opened 3 years ago

rbuels commented 3 years ago

Allow a non-admin user to open an assembly from elsewhere, and add tracks on it, all within their session.

cmdcolin commented 3 years ago

The underlying sessionAssemblies concept for this actually exists, it is some question of whether we want to let arbitrary users use the add-assembly workflow that currently is only available in adminMode

cmdcolin commented 3 years ago

do we want non-admin users have access to the assembly manager?