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

Show warning if user accidentally provides redundant reference proteome #237

Closed pverscha closed 2 years ago

pverscha commented 2 years ago

Some of the UniProt reference proteomes are apparently marked as "redundant". If these are being used to construct a custom database from, the UniProt API simply does not return any data (although its summary page states that the proteome contains a specific amount of proteins).

If a user provides a reference proteome that is marked as redundant, we should display a warning message to the user and make sure to properly inform them about this.

pverscha commented 2 years ago

Fixed in #242.