-
Notifications
You must be signed in to change notification settings - Fork 234
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
Unused tool parameters #1185
Comments
7 tasks
bernt-matthias
added a commit
to bernt-matthias/galaxytools
that referenced
this issue
Nov 16, 2022
or remove non existent parameters from inputs xref bgruening#1185
bernt-matthias
added a commit
to bernt-matthias/galaxytools
that referenced
this issue
Nov 17, 2022
or remove non existent parameters from inputs xref bgruening#1185
bernt-matthias
added a commit
to bernt-matthias/galaxytools
that referenced
this issue
Nov 23, 2022
or remove non existent parameters from inputs xref bgruening#1185
bgruening
pushed a commit
that referenced
this issue
Nov 23, 2022
* bump locarna to 1.9.2.3 - remove deprecated `--width` argument from `command` - remove redundant `name` attributes - add missing dashes to `argument` attributes - make boolean attributes lowercase * standardize labels and extend tests - add expect_num_outputs - standardize output labels * add missing parameters to command or remove non existent parameters from inputs xref #1185 * add r requirement and workaround gxy bug - r is needed in reiability profile tool - make ouput options values unique as workaround for galaxyproject/galaxy#14998
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With galaxyproject/galaxy#12724 planemo lint may error on input parameters that are not used:
.. WARNING: XXX Param input [source_out_datatype] only found in output actions, better use extended metadata. (line 35) [/tool/inputs/param[4]]
.. WARNING: XXX Param input [source_out_datatype] only found in output actions, better use extended metadata. (line 35) [/tool/inputs/param[4]]
The text was updated successfully, but these errors were encountered: