bgruening / galaxytools

:microscope::books: Galaxy Tool wrappers
MIT License
116 stars 227 forks source link

Updated .shed.yml for ERGA EAR tool #1436

Closed SaimMomin12 closed 2 months ago

SaimMomin12 commented 3 months ago

Hi, I realized there was a small mistake in the .shed.yml. I have fixed it in this PR.

Thanks!

SaimMomin12 commented 3 months ago

This is a strange behaviour, in the earlier PR https://github.com/bgruening/galaxytools/pull/1434 all tests were successfully passed.

Although in the current PR, there is a weird behaviour by planemo tests stating ModuleNotFoundError: No module named 'reportlab' even though the module has been imported in the tool xml.

@bgruening do you know what might fix this?

bgruening commented 3 months ago

maybe its not compatible with the other dependencies and thus its not installable?

SaimMomin12 commented 3 months ago

But in the earlier PR, the dependency of reportlab was installed successfully and hence leading to passing all planemo test.

This time, it failed to install the dependency. Need to look into it why this time it was a failure.