genouest / biomaj

BioMAJ
http://genouest.github.io/biomaj/
GNU Affero General Public License v3.0
12 stars 10 forks source link

check uncompress in download process #101

Closed osallou closed 5 years ago

osallou commented 6 years ago

when downloading a compressed file, after download, check archive (not corrupted). If check is not ok, try to download again (like a download error)

This will avoid global download error and force a re-download of all uncompressed files.

could be done like for uncompress but listing archive content (could be a bank option)

osallou commented 6 years ago

Would maybe be better to add a workflow step between download and uncompress, check archive and if not valid delete file. In case of step failure, at next update, files will be downloaded again. If case of error, this will avoid uncompression of other files and avoid full download again

osallou commented 6 years ago

fixed in genouest/biomaj-download@83697701c5024d6bc1a228e62140fe8369c809cb

horkko commented 6 years ago

@osallou +1