identifiers-org / identifiers-org.github.io

MIT License
8 stars 1 forks source link

Biotools uses wrong regexp #196

Closed marcadella closed 1 year ago

marcadella commented 2 years ago

It should be ^[-A-Za-z0-9\_]*$ (not the leading -). Example: bitools:a5-miseq

cthoyt commented 2 years ago

@marcadella I just sent a fix for this in the Bioregistry (https://github.com/biopragmatics/bioregistry/commit/799f7094ca9c5355e8965199f9f4bc440272ddb0) while we wait for the Identifiers.org team to respond. After the nightly build, https://bioregistry.io/biotools:a5-miseq should work

renatocjn commented 1 year ago

The change was made, thank you for letting us know about this.