Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single segment upload: unless filename changes re-upload is not attempted #3851

Open
theosanderson opened this issue Mar 13, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@theosanderson
Copy link
Member

Create a file like:

>abc
>def
ATGG

and upload it with the single-segment file upload

You get an error, as expected.

Now fix it to:

>def
ATGG

and try to reupload on the same page. Nothing happens. If the filename changes then it works OK.

@theosanderson theosanderson added the bug Something isn't working label Mar 13, 2025
@theosanderson theosanderson changed the title Single segment upload: unless filename changes re-upload is not attempted unless filename changes Single segment upload: unless filename changes re-upload is not attempted Mar 13, 2025
@fhennig
Copy link
Contributor

fhennig commented Mar 13, 2025

Hmm, does the same thing happen for you on the FASTA upload for submission? Because the change detection mechanism should be exactly the same for both. (Haven't yet looked into this, just curious in case you've got time to check)

@theosanderson
Copy link
Member Author

I don't think for the bulk upload there is a way to select something and then to get an error such that you don't get to the point where you have a button to Discard it.

@theosanderson
Copy link
Member Author

(and when you do get to that point we auto-discard it when the file changes)

@fhennig
Copy link
Contributor

fhennig commented Mar 13, 2025

yeah I'd expect the auto-discard to also apply here. I'll check. good find.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants