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
Briefly describe the issue you encountered.
When sequencing files are uploaded slowly, sometimes the file processor chain will try to unzip the file before it has been fully uploaded.
This results in a failed FastQC job. FastQC jobs cannot be manually triggered so the user must reupload the file.
Steps to reproduce the problem
What were you doing when you encountered the problem?
upload a file very slowly
file processor chain starts via SequencingObjectProcessingService
gunzip fails due to "corrupt trailer"
Expected behaviour
What did you expect to happen?
SequencingObjectProcessingService.findFilesToProcess should not pick up files that are a part of sequencing runs that are not complete.
Additional context
Additional information to help solve the problem. Test files, screenshots, IRIDA version information can go here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Briefly describe the issue you encountered.
When sequencing files are uploaded slowly, sometimes the file processor chain will try to unzip the file before it has been fully uploaded.
This results in a failed FastQC job. FastQC jobs cannot be manually triggered so the user must reupload the file.
Steps to reproduce the problem
What were you doing when you encountered the problem?
Expected behaviour
What did you expect to happen?
SequencingObjectProcessingService.findFilesToProcess should not pick up files that are a part of sequencing runs that are not complete.
Additional context
Additional information to help solve the problem. Test files, screenshots, IRIDA version information can go here.
The text was updated successfully, but these errors were encountered: