-
Notifications
You must be signed in to change notification settings - Fork 717
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
parabricks/applybqsr version updated and tests migrated to nf-test #6881
base: master
Are you sure you want to change the base?
parabricks/applybqsr version updated and tests migrated to nf-test #6881
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.
Looks good so far.
We need to change the way the GPUs are accessed in the main.nf file. Maybe we can do that here aswell. so the line needs to be and add this above the script block And we need to add below the label expression on the top of the file |
I think I finally got everything running, and I blame outdated snapshots for the failing tests. Am I wrong there, @gitanoqevaporelmundoentero, @famosab |
@sateeshperi @sateeshperi (not sure which one is the correct handle) @mashehu @gitanoqevaporelmundoentero I will try to update the snaps on our cluster and push them. |
honestly no idea since I didn't test using singularity. I just borrowed that config block from nf-core/scdownstream |
Ok small update from me: Our cluster does not support docker, only singularity and for some reason just adding the |
could you try what we had previously ? |
No, I think the AWS instance was closed. I am trying to run it on other stuff we have locally but each one of those has some limitations. |
restarted the test instance |
Snaps are updated. I could not solve the weird |
singularity hiccup is fixed. the other tests shouldn't be picked up... |
@sateeshperi Now the fq2bammeth test fails with any ideas? |
that means the container profile is not invoked properly....hmmmm |
Maybe we can remove it from this PR and tackle it separately. I would like to merge this to have the GPU profile in the CI ;) |
@sateeshperi if you are fine with that then give us the approval :D |
I think the issue is back, back again @mashehu |
There is a weird ci run, where the profile is empty. No idea how that can be. Will investigate tomorrow |
Tools applybqsr is updated to latest version (4.3.2-1) and tests were migrated to new convention (from pytest to nf-test).
PR checklist
Closes #6861
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