Open paulzierep opened 4 months ago
There is a bug in ampvis2 that brakes the wrapper if specific taxa should be shown.
It errors with:
Error: unexpected symbol in: " showRemainingTaxa" Execution halted
I think the fix needs to be applied here: https://github.com/galaxyproject/tools-iuc/blob/d7cada7ddf775e946e218fdc839e6e4c8aac6d80/tools/ampvis2/macros.xml#L90 - need to check how to format the string correctly.
#set tax_show_list='c("' + '", "'.join(str($tax_show_cond.tax_show).split(",")) + '")'
ping @bernt-matthias maybe you are faster then me
Can you open a PR with add a test case?
There is a bug in ampvis2 that brakes the wrapper if specific taxa should be shown.
It errors with:
I think the fix needs to be applied here: https://github.com/galaxyproject/tools-iuc/blob/d7cada7ddf775e946e218fdc839e6e4c8aac6d80/tools/ampvis2/macros.xml#L90 - need to check how to format the string correctly.