Skip to content

Conversation

camlloyd
Copy link
Contributor

@camlloyd camlloyd commented Aug 15, 2025

PR checklist

Closes #8910 by bumping the spaceranger version in the Dockerfile, also update the README.

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the module conventions in the contribution docs
  • If necessary, include test data in your PR.
  • Remove all TODO statements.
  • Emit the versions.yml file.
  • Follow the naming conventions.
  • Follow the parameters requirements.
  • Follow the input/output options guidelines.
  • Add a resource label
  • Use BioConda and BioContainers if possible to fulfil software requirements.
  • Ensure that the test works with either Docker / Singularity. Conda CI tests can be quite flaky:
    • For modules:
      • nf-core modules test <MODULE> --profile docker
      • nf-core modules test <MODULE> --profile singularity
      • nf-core modules test <MODULE> --profile conda
    • For subworkflows:
      • nf-core subworkflows test <SUBWORKFLOW> --profile docker
      • nf-core subworkflows test <SUBWORKFLOW> --profile singularity
      • nf-core subworkflows test <SUBWORKFLOW> --profile conda

@camlloyd camlloyd marked this pull request as ready for review August 15, 2025 21:45
Copy link
Contributor

@edmundmiller edmundmiller left a 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!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👀

Copy link
Contributor Author

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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#7098

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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is that so?

Copy link
Contributor

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?

Copy link
Contributor Author

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.

edmundmiller and others added 2 commits August 26, 2025 09:43
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]>
@edmundmiller edmundmiller requested review from a team as code owners August 26, 2025 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update module: spaceranger
2 participants