Closed ghost closed 2 years ago
Hi, thanks for the input. (1) looks like a bug, I will look into it. RE (2) that is a good suggestion but not possible yet, as is (3). These amount to the same suggestion. I have considered this but surprisingly no one has requested it until now. I will leave this issue open as a request for track configuration. When 1 is fixed I'll comment here.
I think all these issues are now addressed.
--tracks
parameter. See the new example noted in the README. When using this option do not supply the "sort" object for the track, this is controlled by the --sort
command line switch. Note these new options are only available if you pull from master and build, I will release it sometime in the next week.
HI, I have tried the igv-reports and this is an amazing tool. Thanks so much for your contribution. Now I have encountered some problems:
create_report
, it does not load the IGV track. I changesessionDictionary["1"]
tosessionDictionary["0"]
and it worked. https://github.com/igvteam/igv-reports/blob/91752e65a09fea729eaf83dddfe2c6a87156dd99/igv_reports/templates/variant_template.html#L163igv.browser.loadsession
toigv.browser.loadTrack
as indicated by https://github.com/igvteam/igv.js/wiki/Browser-Control-2.0#loadtrack but it did not work https://github.com/igvteam/igv-reports/blob/91752e65a09fea729eaf83dddfe2c6a87156dd99/igv_reports/templates/variant_template.html#L216. So, could you please give me some hints about how to implement this?igv.js
? I think this is the same type of question as2.