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

Parallelize download_reference rule #1064

Closed
fevac opened this issue Jan 20, 2023 · 0 comments · Fixed by #1065
Closed

Parallelize download_reference rule #1064

fevac opened this issue Jan 20, 2023 · 0 comments · Fixed by #1065

Comments

@fevac
Copy link
Contributor

fevac commented Jan 20, 2023

Description

Currently all references are download one by one in a single rule which makes it not only slow but also painful when a reference file fails to download since the download has to be re-started from scratch.

It would be nice that the download rule would run independently for each reference file. Partially overlapping with what is suggested here: #1044

Suggested solution

  • Modify download_reference rule to be launched independently for each reference file

BALSAMIC version
11.0.2

Current affected rule if snakemake workflow related
download_reference

@fevac fevac changed the title Split download_reference rule Parallelize download_reference rule Jan 23, 2023
@fevac fevac self-assigned this Jan 23, 2023
@fevac fevac linked a pull request Jan 23, 2023 that will close this issue
6 tasks
@fevac fevac closed this as completed Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant