You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application stops without an exit code => Thus all is fine, because the file was downloaded completely.
The application stops with an error! In this case, we need to check, if the amount of read records equals the amount of requested records. If this condition applies, all is good.
The text was updated successfully, but these errors were encountered:
In the spirit of defensive programming, file sizes should always get checked (i.e. was the FASTQ read completely from the S3 source). A filesize check is probably cheap but could protect against programming errors.
I think for the S3 helper, there are two cases:
The text was updated successfully, but these errors were encountered: