igvteam / igv-reports

Python application to generate self-contained pages embedding IGV visualizations, with no dependency on original input files.
MIT License
352 stars 53 forks source link

Remove dead code in feature.py #120

Open xunjieli opened 2 weeks ago

xunjieli commented 2 weeks ago

This code block in feature.py is duplicated and is not reachable. This PR removes it.

xunjieli commented 2 weeks ago

@jrobinso PTAL. Thanks.