You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to @jfy133, I read through the json-schema specs for ranges again and it turns out what we treat as range types are just number types with a minimum/maximum property... 🤯
So we have to fix that in the following files:
tools repo:
launch.py
test_launch.py
nf-co.re repo:
launch.php
pipeline_schema_builder.php
nf-core-schema-builder.js
The text was updated successfully, but these errors were encountered:
Thanks to @jfy133, I read through the json-schema specs for ranges again and it turns out what we treat as
range
types are justnumber
types with aminimum/maximum
property... 🤯So we have to fix that in the following files:
launch.py
test_launch.py
launch.php
pipeline_schema_builder.php
nf-core-schema-builder.js
The text was updated successfully, but these errors were encountered: