ISA-tools / mzml2isa-galaxy

mzml2isa for galaxy
6 stars 5 forks source link

Not supported by Galaxy with Python `3` #10

Closed xtrojak closed 1 year ago

xtrojak commented 1 year ago

This wrapper is no longer supported by Galaxy, which runs with Python 3. This line definitely produces syntax error in Python 3, but there might be more issues.

SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Table not recognised")?
Tomnl commented 1 year ago

Thanks @xtrojak - let me have a look at this. I haven't visited this for a while and there have been a few mzml2isa updates since the wrapper was last updated

Tomnl commented 1 year ago

Hi @xtrojak - I have updated the Galaxy wrapper (https://github.com/ISA-tools/mzml2isa-galaxy/pull/11) and updated the Galaxy toolshed.

Let me know if you have any issues

Tomnl commented 1 year ago

I think I can safely close this issue now. Thanks for raising the issue @xtrojak

xtrojak commented 1 year ago

Agreed, thank you for prompt solution of the issue!