PoonLab / OpenRDP

An open-source re-implementation of the RDP4 recombination detection program
GNU General Public License v3.0
45 stars 9 forks source link

Expose Scanner object to Python interface #45

Closed ArtPoon closed 1 year ago

ArtPoon commented 1 year ago

Currently we have an openrdp function that acts as a wrapper for the Scanner object class: https://github.com/PoonLab/OpenRDP/blob/d5cb63962586120b65f22ba7d5d2345969e24517/openrdp/__init__.py#L290

I would prefer to let the user directly work with Scanner, so that the configuration settings can be modified on the fly.