You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
explore if it is necessary to refactor the function to a class that follows a base class Runner (non exist yet)
Since the download and run logics should be independent, we should move run_bigscape out of PODPDownloader to an higher level, for example to the loader.py module.
Right now run_biscape is defined in pairedomics/runbigscape.py, and it's used in podp_run_bigscape, called in pairedomics/downloader.py.
The text was updated successfully, but these errors were encountered:
Refactor run_bigscape function:
run_bigscape
out ofPODPDownloader
to an higher level, for example to the loader.py module.run_biscape
is defined in pairedomics/runbigscape.py, and it's used inpodp_run_bigscape
, called in pairedomics/downloader.py.The text was updated successfully, but these errors were encountered: