-
Notifications
You must be signed in to change notification settings - Fork 740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add nftests custom modules #7201
Conversation
…nftests_custom_modules
You will also need to remove the modules from the pytest config file. Afterwards we should be good to go :) |
There is a linting error: What do you think about this? @famosab |
Huh that is interesting can you commit the "fixed" yaml files and push them to this PR so I can have a look? |
Take a look: eb84fde |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are almost done :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comment above
It seems that I'm no longer able to push to this branch: |
eb84fde
to
50e2138
Compare
@nschcolnicov I think you should be able to push again :) |
The docker CI runners should be working now. |
Just a linting issue on one of the modules, then should be good to merge. |
I have seen this error before, its already an issue on nf-core/tools. I would suggest to fix it manually:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me mostly. Wondering why the tests fail though...
Think the runners are having a bad day again... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! I agree with opening a new ticket with the suggestion so this new nf-tests can move forward :)
PR checklist
Closes #XXX
versions.yml
file.label
nf-core modules test <MODULE> --profile docker
nf-core modules test <MODULE> --profile singularity
nf-core modules test <MODULE> --profile conda
nf-core subworkflows test <SUBWORKFLOW> --profile docker
nf-core subworkflows test <SUBWORKFLOW> --profile singularity
nf-core subworkflows test <SUBWORKFLOW> --profile conda