galaxyproject / galaxy-hub

Galaxy Community Hub
https://galaxyproject.org/
Other
99 stars 282 forks source link

updating recent publications #2825

Closed scottcain closed 2 days ago

scottcain commented 3 days ago

Note that there was some reformatting introduced by neovim. If that's annoying, I can probably undo it.

bgruening commented 3 days ago

Can you have a look at the failing tests? We should stay consistent about our YAML styles, which one we take I don't care much.

scottcain commented 2 days ago

@bgruening is that what the problem is (yaml style)? It was unclear from the error messages I was seeing. I'll try repairing it and committing again.

dannon commented 2 days ago

@scottcain The test failure is unrelated to the yaml formatting, but it's something we can fix. I'm opening a PR that'll just autoformat yaml a single consistent way (with yarn run format) across the codebase and then we don't ahve to worry about any inconsistency of local editors.