-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected behaviour for booleans with no set default #11
Comments
This is a really difficult issue to tackle due to the complexity of the new JSON schema. An input can sometimes be more than one type so it's hard to define what the default should be. I'll take a look at this later and see if there maybe is some kind of a compromise to be made |
The easiest solution in this case would be to just set the |
I am not sure what the current status of Perhaps @mirpedrol can shed a bit more light? |
I personally don't like having inferred defaults especially for samplesheets. It just makes everything way more complicated overall IMO. AFAIK |
Hi! Yes, the decision of removing |
What is the intended behaviour for a
boolean
field that does not have adefault
in the schema but is empty/unset in the samplesheet?I believe this may be an issue because I was under the impression that we do not support
default: false
in schema jsons (although maybe I am wrong here?).Currently if there is no default and someone leaves the field unset it will result in:
The text was updated successfully, but these errors were encountered: