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
I remember that the TS errors on tools with numeric parameters without value attribute, where the solution is to add value="" ... Which also never made sense to me. See #16960 and #16966
In addition the ParameterDefinitionError exceptions in this file should probably include a descriptive text and ideally the parameter name.
Galaxy Version and/or server at which you observed the bug
Galaxy Version: 24.2?
To Reproduce
lint the linked tool.
The text was updated successfully, but these errors were encountered:
Describe the bug
For instance here the
TestsCaseValidation
linter reports:The exception comes from here.
I do not see a reason why this should not be possible. Probably the solution is
I remember that the TS errors on tools with numeric parameters without value attribute, where the solution is to add
value=""
... Which also never made sense to me. See #16960 and #16966In addition the
ParameterDefinitionError
exceptions in this file should probably include a descriptive text and ideally the parameter name.Galaxy Version and/or server at which you observed the bug
Galaxy Version: 24.2?
To Reproduce
lint the linked tool.
The text was updated successfully, but these errors were encountered: