ncbo / bioportal-project

Serves to consolidate (in Zenhub) all public issues in BioPortal
BSD 2-Clause "Simplified" License
7 stars 5 forks source link

improve handling of summary-only submissions #187

Open alexskr opened 3 years ago

alexskr commented 3 years ago

Summary-only ontologies have some undesirable behavior:

  1. Metadata only submission has "(Error Uploaded)" tag displayed next to the submission. That error should not be displayed because there is no file to upload in the first place
  2. BioPortal UI Admin page sets "Ontology has submissions but it is set to summary-only". To my knowledge at least one summary only submission is currently required
  3. ncbo_cron tries to process summary only submissions and errors out for obvious reasons. (ncbo/ncbo_cron#24)