gladkia / igvShiny

An htmlwidget version of igv, for RStudio and Shiny apps
https://gladkia.github.io/igvShiny/
Other
36 stars 24 forks source link

ThickStart/End, TrackHeight of original track, etc. #52

Closed bmktornado closed 6 months ago

bmktornado commented 1 year ago

Really a huge fan of what you have created here. I have stumbled on this package hours after your recent commit, and have some notes from a first user of new functionality:

Nonetheless, great work. Will continue to forward some bugs when I find them.

gladkia commented 8 months ago

Hi @bmktornado.

Thanks for the great feedback!

I've just improved the logic for handling the tracks (https://github.com/gladkia/igvShiny/pull/60).

Can you please prepare some reprexes (link) for the remaining suggestions? This will help me a lot to work on them (1) and this will make the final solution potentially more robust (2) as I might be able to use your reprexes for the unit testing. Thanks in advance.

gladkia commented 6 months ago

@bmktornado, the issue with trackName' not being removed via the remove track function has been fixed (https://github.com/gladkia/igvShiny/pull/73). Thanks again for your help.