-
Notifications
You must be signed in to change notification settings - Fork 445
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
Fix test parameters that are not defined in the inputs #4095
Comments
kmerfilter: barcode_encoding in inputs but unused populations: fastphase present in inputs but unused shortreads: add_log used in test but absent from inputs xref galaxyproject#4095
--strip-suffix seems absent from the beginning --discard-cassava was apparently forgotten in galaxyproject#3704 xref galaxyproject#4095
--strip-suffix seems absent from the beginning --discard-cassava was apparently forgotten in galaxyproject#3704 xref galaxyproject#4095
In the case of SALSA2, I think that only this lines should be removed https://github.com/galaxyproject/tools-iuc/blob/master/tools/salsa2/salsa2.xml#L92 https://github.com/galaxyproject/tools-iuc/blob/master/tools/salsa2/salsa2.xml#L85 |
In the case of USHER, the parameter of this test should be replaced by retain_input_branch_length, but the rest is fine https://github.com/galaxyproject/tools-iuc/blob/master/tools/usher/usher.xml#L302 |
Which rest do you mean? |
I mean, the correct name of this parameter is retain_input_branch_lengths; only this test should be modified. |
--strip-suffix seems absent from the beginning --discard-cassava was apparently forgotten in galaxyproject#3704 xref galaxyproject#4095
kmerfilter: barcode_encoding in inputs but unused populations: fastphase present in inputs but unused shortreads: add_log used in test but absent from inputs xref galaxyproject#4095
kmerfilter: barcode_encoding in inputs but unused populations: fastphase present in inputs but unused shortreads: add_log used in test but absent from inputs xref galaxyproject#4095
* Update stack2 * Remove unnecesary macros * Capitalize terms * Fix macros for compatibility with stacks shortreads * Fix command line * Fix tag mismatch * Update tests * Fix test * Include_comments * Include delta * Update failing test * Fix datatype * Update outputdata * Fix test * fix unused inputs kmerfilter: barcode_encoding in inputs but unused populations: fastphase present in inputs but unused shortreads: add_log used in test but absent from inputs xref #4095 * update version tokens Co-authored-by: Cristóbal Gallardo <[email protected]> Co-authored-by: Matthias Bernt <[email protected]>
There are many cases where test parameters are used that are not defined in the inputs.
I guess most cases are easy to solve, but may require a bit of research:
Here is the list of tools that currently suffer from this (please put your name / link to the PR next to the tool if you are working on this):
The text was updated successfully, but these errors were encountered: