-
Notifications
You must be signed in to change notification settings - Fork 870
Adding nf-core sparsesignatures module #8567
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
base: master
Are you sure you want to change the base?
Adding nf-core sparsesignatures module #8567
Conversation
Due to the large container size and memory limitations in the CI environment, Docker and Singularity profile tests have been skipped. Only the Conda profile is tested in CI. |
That's unusual, but reasonable. Can you confirm it does pass when using docker/singularity please |
I confirm that all tests pass using the Singularity profile when run locally on my HPC environment. Singularity tests in CI failed due to container pulling issue. |
In the latest commit, the Singularity profile test successfully passed in CI. You can check it on |
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.
I find it hard to understand what the base R parse_args
code does, I'm sure that there is a better way to do that if you have tidyr/dplyr packages included into the container/conda environment.
But presumably it works.
Co-authored-by: Simon Pearce <[email protected]>
Co-authored-by: Simon Pearce <[email protected]>
I’ve updated the |
Coming back to the original Our wondering now is whether the modified version of the function (using |
Hi @SPPearce, |
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.
I think this is virtually ready, apologies for not reviewing sooner.
Oh, and is it possible to add a test with GRCh37? |
Co-authored-by: Simon Pearce <[email protected]>
Hi @SPPearce, |
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