debbiemarkslab / EVcouplings

Evolutionary couplings from protein and RNA sequence alignments
http://evcouplings.org
Other
235 stars 76 forks source link

Handle non-200 return codes when building SIFTS sequence file #211

Closed thomashopf closed 1 year ago

thomashopf commented 5 years ago

Right now only handles connection failures, but nowadays Uniprot ID mapping also throws 4xx return codes at us (which is caught in fetch_mapping and then reraised as a ResourceError). Retries should handle any type of failed download.

thomashopf commented 1 year ago

More robust handling in latest version of retrieval code on develop branch