Skip to content

Conversation

@JudithBernett
Copy link
Collaborator

@JudithBernett JudithBernett commented Jan 16, 2026

Issue: the download action is failing.

It is somehow failing because it cannot pull the image.

Idea?
Adding
container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container
? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/88/88d06bd843a342074e5def5c95e7d993cfe4a7f0acb7c41eb6c00e78d9ce8654/data'
: 'python_pip_drevalpy:a2b7a0d499377204'}"

everywhere.

This is a little redundant in any case because the container declaration does not really matter anymore because we now have configs. Just seeing what this does to the action. ----> that's not it.

PR checklist

  • 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 pipeline conventions in the contribution docs
  • If necessary, also make a PR on the nf-core/drugresponseeval branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core pipelines lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Check for unexpected warnings in debug mode (nextflow run . -profile debug,test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

JudithBernett and others added 30 commits July 3, 2025 15:53
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Important! Template update for nf-core/tools v3.3.2
Added HiRSE Code Promo Badge to README
Update default zenodo link to the latest version
Update to new runner size syntax
vagkaratzas and others added 30 commits December 4, 2025 11:36
container conversion and arm setup
manually updating nextflow version to avoid conda mkdir error
…or all nextflow modules, so that the python scripts are no longer needed.
Updating to drevalpy 1.4.1 for CLI commands
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.

5 participants