SynBioDex / pySBOL2

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

Fix interpretation of format conversion results #403

Closed tcmitchell closed 3 years ago

tcmitchell commented 3 years ago

Do a better job interpreting the results of the online validator when translating to different formats, like GenBank. Instead of heuristics like whether a result is returned, use the valid field to indicate success or failure.

Fixes #401