Add in container override#30
Conversation
This PR is against the
|
|
apetkau
left a comment
There was a problem hiding this comment.
This looks really good. Only some minor comments.
| container = { | ||
| workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container | ||
| ? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/88/889a182b8066804f4799f3808a5813ad601381a8a0e3baa4ab8d73e739b97001/data' | ||
| : !task.ext.override_configured_container_registry |
There was a problem hiding this comment.
Could you change to task.ext.override_configured_container_registry != false instead? That way, this check works even if task.ext.override_configured_container_registry is unset or null.
PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).