From: Colin <col...@gm...> - 2025-04-08 19:00:41
|
Hi Vaneet It will depend on your particular setup. JBrowse 2 "likes" a single config.json, particularly because it enables comparing multiple genomes. However, for either technical or administrative reasons, some people get overwhelmed by having a single config, and they make multiple configs You can navigate to specific configs using yoursite.com/jbrowse/?config=genomeA_config.json You can also use the command line to write to specific configs using e.g. jbrowse add-track --out genomeA_config.json Finally, you can also optionally write scripts to merge configs. A script to merge configs tends to be pretty simple, you can simply concatenate the list of assemblies and tracks from different configs. -Colin PS We have had a couple great meetings with your XenBase colleagues! On Tue, Apr 8, 2025 at 11:59 AM Vaneet Lotay <van...@uc...> wrote: > Hello, > > > > I was curious when working with JBrowse2, is it very easy or user-friendly > to setup multiple config.json files for the different genomes that may be > hosted in the browser, similar to the original JBrowse? If so, then please > explain what the best way to do that is. Or is JBrowse2 basically built to > work best with one central config.json file as it is by default? > > > > Thanks, > > > > Vaneet > > > > *Vaneet Lotay* > > *Xenbase Bioinformatician* > > *University of Calgary* > > *2500 University Drive NW* > > *Calgary, AB T2N 1N4* > > *CANADA* > > > > > _______________________________________________ > Gmod-ajax mailing list > Gmo...@li... > https://lists.sourceforge.net/lists/listinfo/gmod-ajax > |