Replies: 3 comments 1 reply
-
|
Sample data is there: galaxyproject/tools-iuc@651c660 |
Beta Was this translation helpful? Give feedback.
-
|
Hello. The configuration of synteny views does not have a simplified "init" type field, so the configuration can be a bit complex. In the config below, the two main things I did were
Here is an example what it might look like. I stripped down and simplified coded identifiers to emphasize the changes One way that you can try to inspect how defaultSessions are generated is to export the config from a live instance ("File->Export Session") and then you can view the resulting JSON file. That JSON can be imported into the defaultSession section. Some of the those contents are hard to programmatically generate but hopefully it can help show e.g. the "levels" concept in the synteny view |
Beta Was this translation helpful? Give feedback.
-
|
Thanks a lot! It works now, I've commited the changed to the galaxy wrapper :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Working on the Galaxy tool for JBrowse2, I'd like it to generate a config.json showing a default view with 3 genomes and synteny data in PAF format.
The 3 (test) genomes are named merlin, merlon, and merlun (no imagination :D ), and I have a 'minimap2) PAF output of merlon on merlin, and merlun on merlon.
I also have a bigwig track on merlin (to make things more complicated hehe)
I have a generated config.json that looks like that:
This render like this when loaded by JBrowse:
So the problems I see:
Is there something I should do in config.json to make everything work as expected? Or is there a bug somewhere?
Beta Was this translation helpful? Give feedback.
All reactions