-
Notifications
You must be signed in to change notification settings - Fork 751
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
Gridss environment files / port to nf-test #5932
Conversation
Changes need to be finished after #5933 is merged since that influences the setup section in |
@SPPearce Somehow the versions are not accessed correctly with conda - any idea why? |
It is failing with an error message before it gets that far |
https://github.com/nf-core/modules/actions/runs/10634458696/job/29481867188?pr=5932 :
worth noting it is complaining that the tuple doesn't match at the top: |
I am also confused by the error message. I tried running it locally but that did not work because of the M1 chip and then I did not have any more time to configure that the run with conda works. |
I just use gitpod for all my development work, has all three container engines available |
Ok, there is still a fundamental issue here.
Also I've adjusted the output channels to only use |
Maybe we can go for using the stub and write a small warning into the module? Because judging from the last release the tool does not seem to be maintained? And if they ever get back to me then we can activate the test again? |
I've also tried an actual GRIDSS vcf, that failed with a different error. |
I think the bioconda recipe just doesn't currently work |
I have added a workaround in the gridss/somaticfilter code itself, which appears to be working. |
PR checklist
Closes #5508
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