-
Notifications
You must be signed in to change notification settings - Fork 63
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
Additional documentation topics #3584
Comments
also, more "tutorials" like #3449 |
another doc topic, plugins GMOD/jbrowse-plugin-template#30 |
This comment was marked as resolved.
This comment was marked as resolved.
|
just for context, @carolinebridge-oicr and i were talking in chat just about the setup of jbrowse with the overture team, etc. I think the embedded deployment is difficult for a number of reasons
|
also, it may be worth steering people to our working examples e.g. storybook and embedded_demos over the tutorial page |
I know we have the state model reference, but I think for anything embedded view relevant we should have a separate, clearly documented API for things like showTracks. Could link out to the storybooks too. |
This comment was marked as duplicate.
This comment was marked as duplicate.
example for variation track color GMOD/jbrowse#937 (comment) |
advanced example of config (setting color, etc) at https://jbrowse.org/jb2/docs/config_guides/quantitative_track/ (recommended by veupathdb) |
Update docs with HiDPI screenshots...many are low res |
This comment was marked as outdated.
This comment was marked as outdated.
connections #2765 |
improve synteny docs #3270 |
per #4045 |
paired bedpe display needs docs |
|
address #3280 |
Review quickstart guide: this is an important document, and in the middle it switches from using npx serve to --out /var/www/html/jbrowse2 without explanation https://jbrowse.org/jb2/docs/quickstart_web/ Also review this repo's README.md. could be made more minimal, as people might find it, thinking they need to apt install things when they dont really |
I also still think there is value in making a superquickstart. it could be made into a TLDR at the top of the quickstart. this was, at one point, deleted but i think it helps to orient someone about a cli workflow without a lot of prose. it is hard to scan the document at a high level |
the quickstart also does not have links to example files. it could essentially mirror the protocols paper, but with smaller files |
possible idea; use an ai to aid documentation process. AI can generate a bunch of plausible looking stuff, lowering the barrier to just getting it done. we have not established guidelines about using AI generated content in our project but if it is acceptable, it might be worth trying out |
|
mention in various places where plugins are documented e.g. https://jbrowse.org/jb2/docs/tutorials/no_build_plugin_tutorial/ that embedded apps can use a different technique |
make a better doc-type storybook page for the "observer" examples (currently it is only under source code examples) make synteny example in the react-app storybook |
create troubleshooting guide for text indexing not working motivated by office hours which required using --force to reindex cause existing was a 0 byte ix and ixx file |
(could also make text-index output the currently indexed tracks to make this more clear to user) |
how to load a bedMethyl track into multi-wiggle (via UI, or via hand edited config...). we could detect file extension .bedMethyl and have special behavior this but that extension is rare. more common to just be .bed unfortunately |
Storybook: document the usage of trackId for text indexing (mentioned by @kuffelgr on chat)doneThe text was updated successfully, but these errors were encountered: