From: Colin <col...@gm...> - 2018-09-05 19:10:55
|
Hi Vaneet, I added this github issue to track it https://github.com/GMOD/jbrowse/issues/1203 -Colin On Wed, Sep 5, 2018 at 1:10 PM Vaneet Lotay <van...@uc...> wrote: > Hey guys, > > > > Just want to reiterate that having a custom sort function both for sorting > categories and the tracks in the categories would be very useful and > beneficial for me too. I hope it’s on the list of features to add for > future JBrowse releases. > > > > Thanks, > > > Vaneet > > > > *Vaneet Lotay* > > *Xenbase Bioinformatician* > > *716 ICT Building - University of Calgary* > > *2500 University Drive NW* > > *Calgary AB T2N 1N4* > > *CANADA* > > > > *From:* Colin [mailto:col...@gm...] > *Sent:* Tuesday, August 14, 2018 1:46 PM > *To:* Ben Bimber <bb...@gm...> > *Cc:* gmo...@li... > *Subject:* Re: [Gmod-ajax] Control Ordering of Categories in Left-hand > Panel? > > > > There is no way to provide a custom sort function currently but you can > specify "trackSelector.sortHierarchical=false" and then the sorting will be > basically in whichever order the tracks are loaded as. If that does not > satisfy the issue, as in maybe you do need a custom sorter besides "no > sorting", feel free to make a github issue > > > > In jbrowse.conf that might look like > > > > [trackSelector] > > sortHierarchical=false > > > > > > Or in trackList.json > > > > "trackSelector": { > > "sortHierarchical": false > > } > > > > -Colin > > > > On Tue, Aug 14, 2018 at 3:36 PM Ben Bimber <bb...@gm...> wrote: > > Hello, > > > > In a jbrowse session, you provide a list of tracks, and these tracks can > have a category. The left-hand panel shows available tracks, with tracks > grouped by category. It seems to sort categories alphabetically. is it > possible to manually provide a sort order for categories in one of the JSON > contig files? I didnt see anything like this in the examples: > http://gmod.org/wiki/JBrowse_Configuration_Guide. > > > > Thanks for any help, > > Ben > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gmod-ajax mailing list > Gmo...@li... > https://lists.sourceforge.net/lists/listinfo/gmod-ajax > > |