Open ewels opened 4 months ago
Workflow for generating:
Workflow for usage:
nextflow run -profile seqera_containers
-profile seqera_containers,singularity
-profile seqera_containers,singularity,arm
nf-core download seqeralabs/nf-aggregate nextflow inspect . -concretize -profile test,seqera_containers,singularity > containers.json jq -r '.processes[].container' containers.json | sort | uniq > containers.txt while IFS= read -r line; do singularity pull "$line"; done < "$1"
nextflow inspect . -concretize -profile test,seqera_containers,singularity -format config > containers.config # Manually switch out base file path with downloaded filenames, I guess?
nf-core download
How confident in the Wave service uptime are you?
The Wave API has an outage and it's quay.io flaking out all over again.
Seqera Containers: Proof of concept No. 2
Generate containers at user-download
Workflow for generating:
Workflow for usage:
nextflow run -profile seqera_containers
(-profile seqera_containers,singularity
,-profile seqera_containers,singularity,arm
etc)nf-core download
command.