issues
search
g2nb
/
igv-jupyter
Extension for Jupyter which integrates igv.js
MIT License
154
stars
13
forks
source link
Pythonisation
#16
Closed
a-slide
closed
5 years ago
a-slide
commented
5 years ago
Here are a few suggestions to pythonise the package:
Raise an explicit exception when a wrong argument in the dict is passed to "Browser" or "load_track"
Check that local files passed are readable (os.access(fp, os.R_OK))
Docstring are better, but a description of the args would help when people want to know more about the functions (displayed with shift+tab in jupyter)
Thanks
Here are a few suggestions to pythonise the package:
Thanks