-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support line commenting with '#' #451
Comments
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). |
It's for the TSVs! Debugging a series of cases where people tried to commend out rows in the data TSV files.. |
matentzn
added a commit
to EnvironmentOntology/envo
that referenced
this issue
Jan 18, 2023
An attempt to add a line of comments, made an issue for DOSDP tools INCATools/dosdp-tools#451
matentzn
added a commit
to EnvironmentOntology/envo
that referenced
this issue
Jan 18, 2023
matentzn
added a commit
to EnvironmentOntology/envo
that referenced
this issue
Feb 13, 2023
* Draft release * DELETE channel of a watercourse SubClassOf (output of some construction) * CHANGED burned soil SubClassOf (causally influenced by some combustion process ----TO---> burned soil SubClassOf (output of some combustion process ) * DELETE rate of hydrological evaporation in soil # manually fixed * Update entity_attribute_location.csv An attempt to add a line of comments, made an issue for DOSDP tools INCATools/dosdp-tools#451 * DOSDP tools does not support row comments See INCATools/dosdp-tools#451 * Update all release files * Fixing major syntax bug in envo * Some cleanup * Update release * Remove 2 irrelevant files i added accidentally * Fix hours of sunshine * Update envo-edit.owl * Update everything * Update foodon_import.owl * Old OWL API version * Remove temporary uberon file --------- Co-authored-by: Duncan <wdduncan@gmail.com>
matentzn
added a commit
to EnvironmentOntology/envo
that referenced
this issue
Feb 13, 2023
* Draft release * DELETE channel of a watercourse SubClassOf (output of some construction) * CHANGED burned soil SubClassOf (causally influenced by some combustion process ----TO---> burned soil SubClassOf (output of some combustion process ) * DELETE rate of hydrological evaporation in soil # manually fixed * Update entity_attribute_location.csv An attempt to add a line of comments, made an issue for DOSDP tools INCATools/dosdp-tools#451 * DOSDP tools does not support row comments See INCATools/dosdp-tools#451 * Update all release files * Fixing major syntax bug in envo * Some cleanup * Update release * Remove 2 irrelevant files i added accidentally * Fix hours of sunshine * Update envo-edit.owl * Update everything * Update foodon_import.owl * Old OWL API version * Remove temporary uberon file --------- Co-authored-by: Duncan <wdduncan@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: