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

Better handling of duplicate sequences #129

Open
scottcain opened this issue Nov 9, 2021 · 2 comments
Open

Better handling of duplicate sequences #129

scottcain opened this issue Nov 9, 2021 · 2 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request WP_1

Comments

@scottcain
Copy link
Contributor

At the moment, the portal doesn't do anything about duplicate sequences, it just accepts them (right?). This is clearly not OK and the portal should certainly do something different. I'm creating this issue as a place to collect potential solutions.

@scottcain scottcain added bug Something isn't working enhancement New feature or request labels Nov 9, 2021
@scottcain
Copy link
Contributor Author

Lincoln's suggestion was to do some preprocessing of the upload in the shell on the server side: cut to get the ID, then uniq -d to check for duplicate entries. If this returns anything alert the user.

Feels easy to me, but I don't know the implementation details of the upload processing stuff.

@ghost ghost added the WP_1 label Jun 3, 2022
@leoraba leoraba self-assigned this Jul 27, 2023
@leoraba
Copy link
Contributor

leoraba commented Jul 27, 2023

Added a validation in Song for MD5 file uniqueness #826.

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

No branches or pull requests

2 participants