Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Downloader class to have a specific PoDP downloader #121

Closed
5 tasks done
Tracked by #163
gcroci2 opened this issue Mar 3, 2023 · 0 comments · Fixed by #138 or #143
Closed
5 tasks done
Tracked by #163

Refactor Downloader class to have a specific PoDP downloader #121

gcroci2 opened this issue Mar 3, 2023 · 0 comments · Fixed by #138 or #143
Assignees
Labels
GEN genomics related issues

Comments

@gcroci2
Copy link
Contributor

gcroci2 commented Mar 3, 2023

Right now, src/nplinker/pairedomics/downloader.py contains the Downloader class which is basically a PoDP downloader, and not a general one.

  • rename class Downloader to PODPDownloader

Extract download code for different data source to independent modules

Move non-download functionalities out of PODPDownloader

The downloading is handled by class DatasetArranger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GEN genomics related issues
Projects
Status: Done
2 participants