unipept / unipept-desktop

This is the desktop application that accompanies the Unipept project.
https://unipept.ugent.be
MIT License
7 stars 0 forks source link

Invalid / empty name not checked properly when creating dataset from peptide list #129

Closed pverscha closed 3 years ago

pverscha commented 3 years ago

When manually creating a new assay from a list of peptides (not a file), the user needs to enter the name of the assay. If no name is entered and the "create assay" button is clicked a SQLite exception will be thrown which is not handled properly.

pverscha commented 3 years ago

Fixed in #133