From: anubhav r. <anu...@gm...> - 2021-03-16 09:32:11
|
Thanks, I'll check it out. On Tue, Mar 16, 2021 at 1:54 AM Colin <col...@gm...> wrote: > Hi there! > > Glad to hear interest in jbrowse 2 > > Our basic tutorial assumes that you only have one assembly in your config, > and in that case it automatically infers which assembly you are loading > your track for > > If you have multiple in your config, then you will need to specify which > assembly you are loading for > > If you look in the config.json then it will be the "name" field for the > assembly of interest, which you can add to your command so it might be like > > So if you had ran > > jbrowse add-assembly yourfile.fasta --name rice --load copy > > Then you can then run > > jbrowse add-track yourfile.sorted.gff.gz --load copy --assemblyNames rice > > > > -Colin > > On Mon, Mar 15, 2021 at 11:54 AM anubhav roy <anu...@gm...> > wrote: > >> hello sir/mam, >> i am trying to add gff3 annotation track into jbrowse by following code >> given in tutorial- >> "jbrowse add-track yourfile.sorted.gff.gz --load copy" but this code >> executes following error >> T*oo many assemblies, cannot default to one. Please specify the assembly >> with the --assemblyNames flag* >> kindly help to get it done. >> _______________________________________________ >> Gmod-ajax mailing list >> Gmo...@li... >> https://lists.sourceforge.net/lists/listinfo/gmod-ajax >> > |