Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/meta-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,13 +296,13 @@
"type": "object",
"description": "Conda lock file information",
"properties": {
"lock file": {
"lock_file": {
"type": "string",
"description": "URL to the conda lock file",
"pattern": "^https://.*$"
}
},
"required": ["lock file"]
"required": ["lock_file"]
}
},
"required": ["name", "description", "keywords", "authors", "output", "tools"]
Expand Down
25 changes: 24 additions & 1 deletion modules/nf-core/fastqc/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ topics:
- fastqc --version | sed "/FastQC v/!d; s/.*v//":
type: eval
description: The expression to obtain the version of the tool

authors:
- "@drpatelh"
- "@grst"
Expand All @@ -86,3 +85,27 @@ maintainers:
- "@grst"
- "@ewels"
- "@FelixKrueger"
containers:
conda:
linux_amd64:
lock_file: https://wave.seqera.io/v1alpha1/builds/bd-af7a5314d5015c29_1/condalock
linux_arm64:
lock_file: https://wave.seqera.io/v1alpha1/builds/bd-df99cb252670875a_2/condalock
docker:
linux_amd64:
build_id: bd-af7a5314d5015c29_1
name: community.wave.seqera.io/library/fastqc:0.12.1--af7a5314d5015c29
scanId: sc-a618548acbee5a8a_30
linux_arm64:
build_id: bd-df99cb252670875a_2
name: community.wave.seqera.io/library/fastqc:0.12.1--df99cb252670875a
scanId: sc-b5913ed5d42b22d2_18
singularity:
linux_amd64:
build_id: bd-104d26ddd9519960_1
name: oras://community.wave.seqera.io/library/fastqc:0.12.1--104d26ddd9519960
https: https://community.wave.seqera.io/v2/library/fastqc/blobs/sha256:e0c976cb2eca5fee72618a581537a4f8ea42fcae24c9b201e2e0f764fd28648a
linux_arm64:
build_id: bd-d56b505a93aef38a_1
name: oras://community.wave.seqera.io/library/fastqc:0.12.1--d56b505a93aef38a
https: https://community.wave.seqera.io/v2/library/fastqc/blobs/sha256:fd39534bf298698cbe3ee4d4a6f1e73330ec4bca44c38dd9a4d06cb5ea838017
25 changes: 24 additions & 1 deletion modules/nf-core/multiqc/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ topics:
- multiqc --version | sed "s/.* //g":
type: eval
description: The expression to obtain the version of the tool

authors:
- "@abhi18av"
- "@bunop"
Expand All @@ -106,3 +105,27 @@ maintainers:
- "@bunop"
- "@drpatelh"
- "@jfy133"
containers:
conda:
linux_amd64:
lock_file: https://wave.seqera.io/v1alpha1/builds/bd-d58f60e4deb769bf_1/condalock
linux_arm64:
lock_file: https://wave.seqera.io/v1alpha1/builds/bd-193776baee4194db_1/condalock
docker:
linux_amd64:
build_id: bd-d58f60e4deb769bf_1
name: community.wave.seqera.io/library/multiqc:1.32--d58f60e4deb769bf
scanId: sc-d76ac07493e940b4_6
linux_arm64:
build_id: bd-193776baee4194db_1
name: community.wave.seqera.io/library/multiqc:1.32--193776baee4194db
scanId: sc-86caded0bff8246e_3
singularity:
linux_amd64:
build_id: bd-e649ffa094d1ef4a_1
name: oras://community.wave.seqera.io/library/multiqc:1.32--e649ffa094d1ef4a
https: https://community.wave.seqera.io/v2/library/multiqc/blobs/sha256:8c6c120d559d7ee04c7442b61ad7cf5a9e8970be5feefb37d68eeaa60c1034eb
linux_arm64:
build_id: bd-aee0064f5570ef22_1
name: oras://community.wave.seqera.io/library/multiqc:1.32--aee0064f5570ef22
https: https://community.wave.seqera.io/v2/library/multiqc/blobs/sha256:f02c59ebf6e9a00aa954ee8188a4ecc5c743e18f40b9215a242f67606a00f9cf
Loading