biocodellc / ontology-data-pipeline

A high-throughput ontology-based pipeline for data integration
BSD 3-Clause "New" or "Revised" License
14 stars 5 forks source link

Specify required values either in rules.csv or in a column in mapping.csv #39

Closed jdeck88 closed 5 years ago

jdeck88 commented 5 years ago

On line 61 of validitor.py there is a check for invalid data and if a headers.csv file is not present it just uses all of the mapping file as required but we don't want to do this.. better to specify either in rules.csv or mapping.csv files.

jdeck88 commented 5 years ago

Removed need for headers.csv file and also removed checks on all columns in mapping.csv. If a user wants to require a column it should go into rules.csv