AliTVTeam / AliTV

Visualize whole genome alignments as linear maps
https://alitvteam.github.io/AliTV/d3/AliTV.html
MIT License
69 stars 11 forks source link

Links with exactly minLinkLength are not shown #146

Closed iimog closed 5 years ago

iimog commented 5 years ago

Setting filters.links.minLinkLength to 100 will not show alignments of length 100. This is problematic as the json from the perl module sets this value to the length of the shortest link (therefore this link is always hidden by default). This is especially problematic if this is the only link :smile: Anyway it is confusing and can lead to misinterpretations. Furthermore the name of the parameter implies inclusivity.