Waztom / xchem-CAR

5 stars 0 forks source link

Uploading to CAR validation error #60

Closed GitGud93 closed 2 years ago

GitGud93 commented 2 years ago

image

Hi I get the following error when trying to validate files in CAR, please assist.

Waztom commented 2 years ago

Please check your upload .csv file - the column name should be "targets" and "amount-required-mg" for the Postera/IBM upload and "reactant-1", "reactant-2", "reaction-name", "amount-required-mg" for the custom and combi chem uploads

GitGud93 commented 2 years ago

image That is indeed what the format is in. Attached a screenshot of the IBM file. I restarted everything and used the same file. the validation gave no error but upon upload the following error is given. image Could this have anything to do with no manfold api key being present even though I selected IBM and not postera?

GitGud93 commented 2 years ago

Same error when trying to upload the combi-custom-chem even though validation passed. image

GitGud93 commented 2 years ago

Thanks for all the help! It turned out to be a problem installing the django models (If i understand correctly). We had to use makemigrations backend command instead of just makemigrations.