SynBioDex / SBOL-Validator

A web application to validate SBOL files
https://validator.sbolstandard.org
Apache License 2.0
7 stars 3 forks source link

Add a flag to NOT fetch parts from web-of-registries as needed during validation #96

Open cjmyers opened 6 years ago

cjmyers commented 6 years ago

The default should be fetch parts from web-of-registries during validation, but it should be possible to turn this off, if desired.

3ach commented 4 years ago

Is this supported in libSBOLj?

cjmyers commented 4 years ago

Not currently through the command-line, but it would not be hard to add. We would just need a switch that says add all registries as possible sources of parts. The issue here is worded a bit strange, since I would assume the flag would enable/disable WoR support.