-
Notifications
You must be signed in to change notification settings - Fork 714
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 nf-test to unzip module #5357
Conversation
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.
any reason why you chose a different input to the old pytests versions for this module?
and because they are very similar, do you mind to also convert the unzipfiles
module in this PR?
@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. I also thought it might be a smaller and so quicker to run, but I admit I didn't compare file sizes directly. Is it preferred to change it back to the original input dataset from pytest? Happy to convert the |
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.
Getting there 🙂
Okay, yes, makes total sense. |
f00e7b7
to
711874e
Compare
845eef3
to
104348e
Compare
@jennylsmith LGTM! I think you should be good to merge it! |
@jennylsmith , can you update the branch with the changes from the master and see if the tests pass? I don't have access to your branch to do that. |
@jennylsmith, are you able to update your branch with the most recent changes please. |
Incorpated changes to #5897 |
Pull request was closed
PR checklist
Adds nf-tests to unzip module.
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