Hello, i tried submitting my predictions to SubCh1 multiple times (using different file formats) but i get the same error message ""Your submission (predictions.csv) is invalid, below are the invalid reasons: Must have columns 'Isolate' and 'Predicted_IC50'"" even though my prediction file has both of these columns, what could be the problem ? Thank you

Created by Shahad Geddan Shahad
@thomas.yu @E.S Thank you both very much, submission accepted !
Dear @Shahad You can use the following way in R: write.table(data, "sample.txt", row.names = F, quote = F, sep="\t") Best, Ehsan
Dear @Shahad, Apologies for the delay in response. I have updated the validation, but your files need to be in "TSV" format and not csv. Best, Tom

Invalid Submission page is loading…