You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nextflow.validation.SchemaValidationException: The following errors have been detected in /home/noronhaa/pytest_workflow_wrrzqigf/run_test_fillouts/tests/test_fillout/data/input.tsv:
-> Entry 1: Missing required field(s): maf, sample
which seemed weird to me because my input sheet was the following:
turns out it's because it was because it was a comma-delimited file, but nf-schema is expecting tab delimiters due to the file extension. it might be helpful to users if the error were more informative about the delimiters. in this case the error might have also said something like "no tabs found, expecting tabs, extension is .tsv".
The text was updated successfully, but these errors were encountered:
i had the following error:
which seemed weird to me because my input sheet was the following:
turns out it's because it was because it was a comma-delimited file, but nf-schema is expecting tab delimiters due to the file extension. it might be helpful to users if the error were more informative about the delimiters. in this case the error might have also said something like "no tabs found, expecting tabs, extension is .tsv".
The text was updated successfully, but these errors were encountered: