karel-brinda / Phylign

Alignment against all pre-2019 bacteria on laptops within a few hours (former MOF-Search)
http://brinda.eu/mof
Other
25 stars 4 forks source link

fix: fewer concurrent downloads so that Zenodo does not start blocking downloads #237

Closed leoisl closed 9 months ago

leoisl commented 10 months ago

This PR reduces the default value of max_download_threads from 8 to 4, and to add --restart-times 3 when running snakemake in make download. The idea is to have fewer concurrent downloads so that Zenodo does not start blocking downloads. See more details in https://github.com/karel-brinda/mof-search/issues/236 .

Closes https://github.com/karel-brinda/mof-search/issues/236