From: Colin <col...@gm...> - 2020-02-07 20:02:52
|
None of these options are currently available unfortunately. We would definitely welcome any pull requests to help perform any of these actions. Alternative workarounds could include 1) Creating a fully custom view details box to gain custom control over how it is displayed 2) It's not really available to add your own fields to the dialog currently, but you could hijack the contents of another field to add some custom stuff with the fmtDetailValue callbacks, or again make a fully custom view details dialog 3) A custom view details dialog could be programmed to specially request extra sequence data, or again an extensive fmtDetailValue callback could potentially be programmed to request upstream/downstream sequence Hope that helps (I know it sounds like it's a little limited) -Colin On Fri, Feb 7, 2020 at 2:51 PM Vaneet Lotay <van...@uc...> wrote: > Hello all, > > > > I have some questions on what things we are capable of customizing for the > ‘View details’ pop up box for tracks. > > > > Currently it appears the attributes under the ‘View details’ box is > ordered alphabetically for the most part, is there any way to pick a custom > order for those attributes? I noticed even when I changed the field name > of one of the attributes, it doesn’t reset the alphabetical order using the > new field name. > > > > Is there a way to add your own additional field to ‘View details’ box as > opposed to just changing the name of a field that’s already there? > > > > Can I change the coordinates of the Region Sequence in the ‘View details’ > box by including some base pairs upstream or downstream of the region > sequence and output that in the sequence box instead? Or maybe add an > additional sequence field with that longer sequence? > > > > Thanks, > > > > Vaneet > > > > *Vaneet Lotay* > > *Xenbase Bioinformatician* > > *716 ICT Building – 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 > |