intbio-ncl / shortbol

ShortBOL - A abstract language implementing the SBOL Data Model.
3 stars 1 forks source link

A better file extension #11

Closed lgrozinger closed 4 years ago

lgrozinger commented 4 years ago

.rdfsh is awful

I propose that, either the compiler is extension-agnostic (doesn't care about anything after the dot).

OR

file extension .sbol

Thoughts?

jakebeal commented 4 years ago

Is this for the ShortBOL input or the SBOL output?

For ShortBOL input, I don't think it should be .sbol, since that will confuse with the output. I'd go for either agnostic (any text file) or something like ".shb"

For SBOL output, it should be .xml (or whatever alternate serialization, like .json)

MattyCrowther commented 4 years ago

I believe the tool is file-type agnostic isn't it? I can't find anywhere that checks and I can run the tool with any and no filetype Maybe we should keep the agnostic filetype behaviour but have a standard of .shb?

MattyCrowther commented 4 years ago

This is for both I & O

MattyCrowther commented 4 years ago

(The tool being filetype agnostic)

MattyCrowther commented 4 years ago

Closing this ticket as I don't think there is an issue. I plan to change the standard file extension for the template library to .shb but any file doesn't have to be a certain file type anyway so I don't think it is an issue.