Closed martenson closed 7 months ago
oh, this is actually likely a tool error
tool seems fine, this has likely to do with the following change between the tool versions, I assume that when you are updating the tool in the workflow this is not handled correctly
<conditional name="grid">
- <param name="showGrid" label="Show grid?" type="boolean" truevalue="yes" falsevalue="no"/>
+ <param name="showGrid" label="Show grid?" type="select">
+ <option value="no">No</option>
+ <option value="yes">Yes</option>
+ </param>
The workaround is delete and re-add the node. Galaxy could be more resilient when params are missing or changed in a non-compatible manner. Or at least fail gracefully -- in the end these are two valid tool versions.
cc @astrovsky01
The error is triggered by switching between
0.0.3+galaxy1
and0.0.3+galaxy2
foriuc/pretext_snapshot
. Reproducible on Main.Caused by a tool parameter changing its type between versions.
Galaxy Version and/or server at which you observed the bug Galaxy Version: dev Commit: be90acce3afff88c3c991a638251d4cf820cc0e2
cc @Delphine-L -- original reporter