geneontology / noctua-models

This is the data repository for the models created and edited with the Noctua tool stack for GO.
http://noctua.geneontology.org/
Creative Commons Attribution 4.0 International
10 stars 3 forks source link

Create replace_relations.tsv #226

Closed vanaukenk closed 2 years ago

vanaukenk commented 2 years ago

Adding the tsv for replacing relations

kltm commented 2 years ago

@vanaukenk Should the first row not be a comment? (That would simplify the format and parsing down the road.)

kltm commented 2 years ago

For https://github.com/geneontology/minerva/issues/465 Originating at https://github.com/geneontology/minerva/pull/477#issuecomment-1110973103

vanaukenk commented 2 years ago

@kltm - can we still get a nice table view if the first row is a comment?

kltm commented 2 years ago

@vanaukenk The display should be separate from the data. Or is this a case where you're trying to game GitHub to give you a nice interface? If the latter, I think we should go with the format that makes the most sense in a frontend generic way and consider handling editing as a secondary concern.

kltm commented 2 years ago

(I am also trying to find an answer to your question and/or a workaround.)

kltm commented 2 years ago

https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files#rendering-csv-and-tsv-data

kltm commented 2 years ago

@vanaukenk It still makes a table, with the first row's first entry containing a hash tag.

kltm commented 2 years ago

Now, that said, I am suddenly unsure if TSV is generally considered to contain its own metadata in the first line, or if that is just a convention some people use...

kltm commented 2 years ago

Apologies, I've come full circle and withdraw and complaint.