Skip to content
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

Seqera containers: POC 1 #43

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

ewels
Copy link
Member

@ewels ewels commented Jun 17, 2024

Seqera Containers: Proof of concept No. 1

Hardcode container URIs at pipeline level.

Workflow for generating:

  • Keep conda spec in modules up to date
  • When pulling updates modules into a pipeline, run nextflow inspect commands to regenerate pipeline-level config files with pinned container names

Workflow for usage: (same as current except different profile names)

  • Online
    • Use nextflow run -profile seqera_containers_docker (profile names up for refinement). Add profiles singularity and/or arm as required.
  • Offline
    • Use nf-core download as done currently, may need some kind of profile change, not sure.

Put the config into separated files at pipeline level to keep them out of the way.

Added comments at the top of the files mentioning that it's auto-generated, along with the command used.

@pditommaso
Copy link

IMO, config generation should be done at the pipeline level.

@ewels
Copy link
Member Author

ewels commented Jun 17, 2024

IMO, config generation should be done at the pipeline level.

Yup, in this one it is pipeline level 👍🏻 Updated the PR comment a little to make this clearer.

@pditommaso
Copy link

Understand. I was confused by the includeConfig 👍

@ewels ewels mentioned this pull request Jun 17, 2024
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.

None yet

2 participants