Matthias Hörtenhuber

Results 202 comments of Matthias Hörtenhuber

hmm, maybe make the "show more" button a bit more subtle, e.g. similar to how we do it in the module cards

#3047 is merged so give the component approach a shot

Nice! What would you like to put in the modules tab, that is not already in the sidebar?

I fixed an polished a few things. if you are happy with the changes feel free to merge. Very nice work!

@mirpedrol https://github.com/nf-core/website/pull/2626

I will try to fix the mypy errors

> @mashehu My only reasoning to change the input was that the process itself is generic, so I thought it might make more sense to use a generic filetype input....

the `AttributeError: 'called_once_with' is not a valid assertion. Use a spec for the mock if 'called_once_with' is meant to be an attribute.. Did you mean: 'assert_called_once_with'?` errors are a known...