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

Triplifier breaks if column without specified data comes up. #40

Closed jdeck88 closed 5 years ago

jdeck88 commented 5 years ago

I think this is related to issue #39 as it is looking for data in columns that don't exist. for now, i just catch the assignment on line 160 and return an empty value.

jdeck88 commented 5 years ago

This is fixed in recent commit