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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: