galaxyproteomics / tools-galaxyp

Galaxy Tool Shed repositories maintained and developed by the GalaxyP community
MIT License
34 stars 57 forks source link

'mzxml' and 'mzml' filetypes must be lower case for workflow editor #642

Closed eschen42 closed 8 months ago

eschen42 commented 2 years ago

'mzxml' and 'mzml' filetypes must be specified in lower case for inputs to function properly in the workflow editor; I got orange input nodes rather than green when I tried to link an mzxml output to the inputs of maxquant or maxquant_mqpar.

To circumvent this issue, I had to hack the tool xml files in a local Galaxy; then the editor worked, and (luckily) I could upload the workflow to production Galaxies (e.g., UseGalaxy.eu) and they can be run successfully (they can even be edited so long as the connection made in an "offline Galaxy" is not severed). Pull Request 641 makes the case of the inputs correct, in my view, although it's currently failing because planemo test says that test isn't a valid command....

attn: @npinter

bernt-matthias commented 8 months ago

fixed https://github.com/galaxyproteomics/tools-galaxyp/pull/675