SynBioDex / pySBOL2

A pure Python implementation of the SBOL standard.
Apache License 2.0
20 stars 6 forks source link

Don't create genbank2sbol.json file in working directory #402

Closed jakebeal closed 3 years ago

jakebeal commented 3 years ago

Whenever one converts from genbank, there is a file called genbank2sbol.json created in the working directory. This looks like it's just being done as a debugging aid: https://github.com/SynBioDex/pySBOL2/blob/abf1e80fac63e0761257cdcd7f06e4a44965e97e/sbol2/document.py#L1040

It should either be turned off or put in a temp file instead.