Add documentation for defaultSession
See original GitHub issueCurrently in the documentation, how is configured defaultSession
is not described, except for some case like DotPlotView
and LinearSyntenyView
.
This obligate the user to go in the test-data file in jbrowse itself to find examples, which is really tedious.
It would be useful to have example of defaultSession
for every type of tracks.
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Default session - Boto3 Docs 1.26.38 documentation
A session manages state about a particular configuration. By default, a session is created for you when needed. However, it's possible and recommended...
Read more >Creating a default session - JBrowse
We can find this by getting JBrowse Linear Genome View in the state we want and then using that session as the default...
Read more >WCSession | Apple Developer Documentation
Returns a Boolean value indicating whether the current iOS device is able to use a session object. defaultSession. Returns the singleton session object...
Read more >Need Documentation on how use built-in Spellchecker for ...
In your main process, call setSpellCheckerLanguages with your default language(s):. session.defaultSession.setSpellCheckerLanguages(['en-US']);.
Read more >scapy.sessions — Scapy 2.5.0 documentation
A Session that matches seq/ack packets together to dissect special protocols, such as HTTP. DEV: implement a class-function tcp_reassemble in your Packet class:....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
But yes certainly default session management needs to be documented for use with jbrowse-web. The admin-server allows setting it graphically, that’s probably the best way, I would think. Thoughts?
some of these things are effectively “state model” docs and we now have autogenerated state mode; docs. directing defaultSession users to the right place for this could be done as needed