INCATools / dosdp-tools

Utility for working with DOSDP design patterns and OWL ontologies
MIT License
23 stars 5 forks source link

Support line commenting with '#' #451

Open matentzn opened 1 year ago

matentzn commented 1 year ago

Low priority, should be dealt with in bulk when doing another major push on dosdp tools. I have seen (for example in ENVO) that people try to comment out rows in a template for provenance reasons.

dosumis commented 1 year ago

This should already be supported in templates. Templates are just YAML and # is the standard line comment character. That was one reason for choosing YAML of JSON for the standard. (Or does this refer to TSVs? Support there would be harder).

matentzn commented 1 year ago

It's for the TSVs! Debugging a series of cases where people tried to commend out rows in the data TSV files..