g2nb / igv-jupyter

Extension for Jupyter which integrates igv.js
MIT License
154 stars 14 forks source link

Rename "search_track" to "search" and update comment #3

Closed jrobinso closed 7 years ago

jrobinso commented 7 years ago

The "search_track" function wraps browser.search, and should be named just "search". Also the comment is misleading.

turner commented 7 years ago

We will need to go with goto - which makes more sense anyway - as a replacement for search_track. search is a reserved word that generates an error when it is called from a Jupyter notebook page.