chembl / IDG

Issue tracker for the IDG interface
0 stars 1 forks source link

Add predefined choices to molecule_dictionary.drug_type #69

Closed mnowotka closed 8 years ago

mnowotka commented 9 years ago

If you do:

select distinct(drug_type) 
from idg_moleculedictionary;

You willl get:

Small Molecules
SmallMolecules
Peptide
Small molecule

This is not correct. There should be a predefined list of choices (Django model CHOICES) so the user can only choose from those. Please ask @Anneli15 , what items should this list of choices contain.

Anneli15 commented 9 years ago

We could make it simple and just have: Small molecule Biological or check in chembl under "Drug type" and add the types that are in the system (like mAb, oligopeptide etc)