gao-lab / GLUE

Graph-linked unified embedding for single-cell multi-omics data integration
MIT License
367 stars 56 forks source link

Update pyGenomeTracks version to 3.8 to resolve ValueError #100

Closed aqlkzf closed 10 months ago

aqlkzf commented 10 months ago

This issue was detailed in Issue #99 and was identified when executing the tutorial's code snippet for generating visualization tracks. The problematic interval resulted from a midpoint calculation that inadvertently inverted the interval's start and end points.

By updating to pyGenomeTracks version 3.8, this pull request seeks to prevent similar issues for future users attempting to run the tutorial. The update should be backward compatible with the existing tutorial code and data.

Thank you for considering this update to improve the usability of the tutorial.