Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default session to jbrowse_config.json #9

Open
teresam856 opened this issue Feb 24, 2021 · 0 comments
Open

Add default session to jbrowse_config.json #9

teresam856 opened this issue Feb 24, 2021 · 0 comments

Comments

@teresam856
Copy link

Proposal: Would it be helpful to add a default session so that when someone initially clicks on http://localhost:3000/?config=http://localhost:9000/jbrowse_config.json, it takes them straight to the HelloView example? Just wondering if this would help some developers, instead of having to navigate to File -> Add -> OpenHello!

  "plugins": [
    {
      "name": "CustomizedCorePlugin",
      "url": "http://localhost:9000/dist/jbrowse-plugin-customized-core-plugin.umd.development.js"
    }
  ],
  "defaultSession": {
    "name": "Integration test example",
    "views": [
      {
        "id": "integration_test",
        "type": "HelloView"
      }
    ]
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants