owlcollab / oboformat

Automatically exported from code.google.com/p/oboformat
5 stars 2 forks source link

add names in bang comments to obo-format exporter (low priority) #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
obo-format exporters should write the names of all referenced classes after an 
invisible bang-comment. E.g.

id: FOO:0000001
name: foo 1

id: FOO:0000002
...
relationship: part_of FOO:0000001

is fine, but

id: FOO:0000001
name: foo 1

id: FOO:0000002
...
relationship: part_of FOO:0000001 ! foo 1

is preferred

Original issue reported on code.google.com by cmung...@gmail.com on 28 Feb 2011 at 9:25

GoogleCodeExporter commented 9 years ago

Original comment by shahid.m...@gmail.com on 16 Jun 2011 at 6:14

GoogleCodeExporter commented 9 years ago

Original comment by shahid.m...@gmail.com on 17 Jun 2011 at 9:52