-
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
Unused tool parameters #4085
Labels
Comments
7 tasks
This was referenced Nov 25, 2021
Merged
Merged
bernt-matthias
added a commit
to bernt-matthias/tools-iuc
that referenced
this issue
Aug 22, 2022
bernt-matthias
added a commit
to bernt-matthias/tools-iuc
that referenced
this issue
Jan 10, 2023
bgruening
pushed a commit
that referenced
this issue
Jan 10, 2023
* hiccorrectmatrix: is wrinting to input file so we need to copy it * skip from_workdir * fix URLs * workaround for a bug regarding parallel processing that will be fixed in 3.7 * add missing options to CLI see #4085 * more fixes: - redundant name and argument - 1 wrong parameter name in test - 1 wrong option value and one missing option text * fix duplicated output labels
pimarin
pushed a commit
to pimarin/tools-iuc
that referenced
this issue
Feb 7, 2023
* hiccorrectmatrix: is wrinting to input file so we need to copy it * skip from_workdir * fix URLs * workaround for a bug regarding parallel processing that will be fixed in 3.7 * add missing options to CLI see galaxyproject#4085 * more fixes: - redundant name and argument - 1 wrong parameter name in test - 1 wrong option value and one missing option text * fix duplicated output labels
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With galaxyproject/galaxy@fc264b1 the linter warns about parameters that are not used in the command (and configfiles, and other places). For debugging I verified almost all of them manually. I think many of them may qualify as paper cut.
In particular
non_commercial_use
:exit 1
if not checked (otherwise linter would still complain)So here is the list:
Done:
tools/chira/chira_extract.xml chira: fix parameters #4206
tools/diamond/diamond_view.xml diamond various fixes #4210
tools/edger/edger.xml limma: remove redundant (and unused) parameter #4245
tools/featurecounts/featurecounts.xml featurecounts: fix unused parameters #4232
tools/flair/flair_collapse.xml flair collapse: add missing mapq parameter to command #4248
tools/freebayes/freebayes.xml freebayes: use standard_filters param on command line #4250
tools/funannotate/funannotate_compare.xml funannotate: remove unused test param #4211
tools/hyphy/hyphy_absrel.xml hyphy absrel: remove unused log param #4246
tools/iqtree/iqtree.xml iqtree: add missing seqtype param to command #4249
tools/kma/kma_map.xml kma: add missing parameters to command #4247
tools/last/lastal.xml lastal: add missing parameter to command #4242
limma_voom/limma_voom.xml limma: remove redundant (and unused) parameter #4245
tools/meme/ meme*: add non_commercial_use to command #4241
tools/meme_chip/meme_chip.xml meme*: add non_commercial_use to command #4241
tools/ncbi_entrez_eutils/egquery.xml ncbi-eutils: remove unused parameter #4240
tools/picrust/compare_biom.xml picrust compare biom: add missing param to command #4243
tools/plink/plink.xml plink: add lambda to commandline #4244
tools/progressivemauve/progressivemauve.xml progressivemauve: add missing parameters #4238
tools/proteinortho/proteinortho.xml proteinortho: add missing parameter #4239
tools/quast/quast.xml quast: add unused param to command #4237
tools/raceid/raceid_clustering.xml raceid: parameter fix #4236
tools/rseqc/RPKM_saturation.xml rseqc: parameter fixes #4235
tools/stringtie/stringtie.xml stringtie: add point features to command #4231
tools/trycycler/trycycler_consensus.xml trycycler: remove unused param reads #4230
tools/varscan/varscan_copynumber.xml varscan copynumber: remove sample_names parameter #4229
tools/velvet_optimiser/velvetoptimiser.xml velvet_optimizer: add missing kmer_step to command #4227
For my own reference: This is how the list was generated:
The text was updated successfully, but these errors were encountered: