-
Notifications
You must be signed in to change notification settings - Fork 719
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
Migrating basicpy to nf-test #6929
base: master
Are you sure you want to change the base?
Conversation
The tests are failing because the md5sums are not consistent, do they just need updating or do the files contain a datestamp or something? |
@@ -36,13 +36,17 @@ process BASICPY { | |||
if (workflow.profile.tokenize(',').intersect(['conda', 'mamba']).size() >= 1) { | |||
error "Basicpy module does not support Conda. Please use Docker / Singularity instead." | |||
} | |||
def args = task.ext.args ?: '' |
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.
def args = task.ext.args ?: '' |
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.
Can delete this file.
Migrated testing of BasicPy to nf-test instead of pytest.
PR checklist
Closes #6927
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