nf-core / tools

Python package with helper tools for the nf-core community.
https://nf-co.re
MIT License
241 stars 190 forks source link

nf-schema support #3116

Closed nvnieuwk closed 2 months ago

nvnieuwk commented 2 months ago

PR features:

Features that are nice but not urgent (so probably not for this PR)

nvnieuwk commented 2 months ago

Wait for https://github.com/nf-core/modules/pull/6217 to be merged before merging this PR

nvnieuwk commented 2 months ago

Wait for nf-core/modules#6217 to be merged before merging this PR

Tests are failing because of this

nvnieuwk commented 2 months ago

Not sure what I can do about the snapshotting test :grin:

mirpedrol commented 2 months ago

Not sure what I can do about the snapshotting test 😁

You can update them by running pytest tests/pipelines/test_create_app.py --snapshot-update, only if the update makes sense 😄 which in this case does, I'm not sure why updating the report is failing, but if it were working you could see a report showing the changes like this: image

nvnieuwk commented 2 months ago

Thanks that did it! :partying_face: