gosling-lang / gos

A declarative interactive genomics visualization library for Python.
https://gosling-lang.github.io/gos
MIT License
218 stars 14 forks source link

feat: Allow specifying a port for local data served by `GoslingDataServer` #156

Open colobas opened 5 months ago

colobas commented 5 months ago

Add a port keyword argument to allow the user to specify the port to be used by GoslingDataServer. The class already supports it and has it in its __call__ signature, but the loader functions don't.