Skip to content
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 conditionals with missing when blocks or missing options #4094

Open
6 tasks
bernt-matthias opened this issue Oct 20, 2021 · 0 comments
Open
6 tasks

Fix conditionals with missing when blocks or missing options #4094

bernt-matthias opened this issue Oct 20, 2021 · 0 comments

Comments

@bernt-matthias
Copy link
Contributor

bernt-matthias commented Oct 20, 2021

For conditionals each option should have a corresponding when block and vice versa. The former case should be less critical but also easier to fix:

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):

  • tools/barcode_splitter/barcode_splitter.xml
    • Conditional [nameinterface] no block found for select option 'forward'
    • Conditional [nameinterface] no block found for select option 'reverse'
    • Conditional [nameinterface] no block found for select option 'forwardindex'
    • Conditional [nameinterface] no block found for select option 'reverseindex'
  • tools/gecko/gecko.xml
    • Conditional [options] no block found for select option 'noalignments'
    • Conditional [options] no block found for select option 'alignments'
  • tools/moabs/moabs.xml
    • Conditional [bsmap_mismatch] no block found for select option '0'
    • Conditional [doComp] no block found for select option '1'

And here are the potentially more difficult cases:

  • tools/qiime/qiime_core/pick_otus.xml
    • Conditional [method] no found for when block 'mothur'
    • Conditional [method] no found for when block 'blast'
    • Conditional [method] no found for when block 'sumaclust'
    • Conditional [method] no found for when block 'cdhit'
  • tools/qiime/qiime_core/assign_taxonomy.xml
    • Conditional [methodcond] no found for when block 'rdp'
    • Conditional [methodcond] no found for when block 'rtax'
  • tools/scanpy/plot.xml
    • Conditional [method] no found for when block 'pl.rank_genes_groups_violin'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant