jbrowse-jupyter icon indicating copy to clipboard operation
jbrowse-jupyter copied to clipboard

Add ability to use JBrowse 2 config file

Open teresam856 opened this issue 2 years ago • 0 comments

We can currently create a config in two ways

  1. create('view', genome='hg38')
  2. create("config") or create("config", conf={bulk config})

We want to be able to create a view from a path to a jb2 config 3) create("jb2config", path="path/to/jb2/config.json")

We would need to complete the converter/parser which would read and format a jb2 config file into the appropriate config to pass to jbrowse react linear genome view.

teresam856 avatar Dec 07 '21 09:12 teresam856