We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Downloader
Right now, src/nplinker/pairedomics/downloader.py contains the Downloader class which is basically a PoDP downloader, and not a general one.
src/nplinker/pairedomics/downloader.py
PODPDownloader
Extract download code for different data source to independent modules
Move non-download functionalities out of PODPDownloader
_run_bigscape
The downloading is handled by class DatasetArranger
DatasetArranger
The text was updated successfully, but these errors were encountered:
POPDownloader
CunliangGeng
gcroci2
Successfully merging a pull request may close this issue.
Right now,
src/nplinker/pairedomics/downloader.py
contains the Downloader class which is basically a PoDP downloader, and not a general one.Downloader
toPODPDownloader
Extract download code for different data source to independent modules
PODPDownloader
class #138Move non-download functionalities out of
PODPDownloader
PODPDownloader
-_run_bigscape
#143The downloading is handled by class
DatasetArranger
The text was updated successfully, but these errors were encountered: