-
Notifications
You must be signed in to change notification settings - Fork 899
update module: spaceranger #8911
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?
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.
Awesome! Looks good to me, thanks!
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.
👀
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.
@@ -2,89 +2,89 @@ | |||
"spaceranger v1 (stub) - homo_sapiens - fasta - gtf - fastq - tif - csv": { | |||
"content": [ | |||
[ | |||
"versions.yml:md5,4abe169f33d7f99d5d9876b189060aae" |
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.
While you have Space Ranger up and running, can you make a follow-up PR to swap out the versions.yaml?
Might save us some time in the future. 😅
@@ -1,10 +1,10 @@ | |||
# syntax=docker/dockerfile:1 | |||
|
|||
FROM mambaorg/micromamba:1.5.10-jammy | |||
ARG SPACERANGER_VER="3.1.3" | |||
ARG SPACERANGER_VER="4.0.1" | |||
# NOTE you need to go fill out the form to get a new download link |
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.
Is that so?
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 guess not now? You do just need to go get a new link?
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 have tried a few times and it looks to be as simple as that! I will remove this comment from the Dockerfile now.
Add a new job that warns when fork PRs modify Dockerfile or environment.yml files. This addresses the issue where container builds silently fail to run on fork PRs due to security restrictions, providing clear feedback to contributors and maintainers. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
PR checklist
Closes #8910 by bumping the spaceranger version in the Dockerfile, also update the README.
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