ucscGenomeBrowser / kent

UCSC Genome Browser source tree. Stable branch: "beta".
http://genome.ucsc.edu/
Other
217 stars 84 forks source link

Honor redirect status codes 307 and 308 in udc #23

Closed nvictus closed 4 years ago

nvictus commented 5 years ago

URLs from ENCODE, such as such as https://www.encodeproject.org/files/ENCFF620UMO/@@download/ENCFF620UMO.bigWig can initially generate 307 redirect codes, which udc ignores, and therefore the read fails.

This PR makes udc recognize 307 and 308 codes in addition to 301 and 302.

galt commented 4 years ago

Dear Nezar, Thanks for your suggestion. 307 and 308 redirects are now allowed in kent repo.

nvictus commented 4 years ago

Thanks!