Skip to content

Commit

Permalink
Merge pull request #2 from artic-network/dev
Browse files Browse the repository at this point in the history
reformat schema
  • Loading branch information
rmcolq authored Aug 21, 2024
2 parents 34ef104 + 6938af8 commit 29788c1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
12 changes: 6 additions & 6 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ params {
}

manifest {
name = 'epi2me-labs/wf-artic'
author = 'Oxford Nanopore Technologies'
homePage = 'https://github.com/epi2me-labs/wf-artic'
name = 'artic-mpxv-nf'
author = 'Oxford Nanopore Technologies. artic-network: Sam Wilkinson, Rachel Colquhoun'
homePage = 'https://github.com/artic-network/artic-mpxv-nf'
description = 'Run the ARTIC SARS-CoV-2 methodology on multiplexed MinION, GridION, and PromethION data.'
mainScript = 'main.nf'
nextflowVersion = '>=23.04.2'
version = 'v1.0.0'
version = 'v1.0.1'
}

epi2melabs {
Expand All @@ -88,9 +88,9 @@ process {
container = "ontresearch/wf-common:${params.wf.common_sha}"
memory = '1G'
}
withLabel:artic {
withLabel:artic {
container = "quay.io/artic/fieldbioinformatics:1.4.0"
memory = '2G'
memory = '2G'
}
withLabel:pangolin {
container = "ontresearch/pangolin:${params.wf.pangolin_sha}"
Expand Down
15 changes: 14 additions & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"type": "string",
"default": "MPXV",
"description": "Primer scheme name.",
"help_text": "This should be set to `SARS-CoV-2`, or `spike-seq` or your custom scheme name. This affects the choice of scheme versions you can use. The only scheme versions compatible with `spike-seq` are `ONT/V1` and `ONT/V4.1`"
"help_text": "This should be set to `MPXV`"
},
"scheme_version": {
"type": "string",
Expand Down Expand Up @@ -90,6 +90,16 @@
}
}
},
"mpxv_options": {
"title": "Monkeypox virus Options",
"type": "object",
"description": "Options related to MPXV",
"default": "",
"properties": {
},
"fa_icon": "fas fa-address-card",
"help_text": ""
},
"advanced_options": {
"title": "Advanced Options",
"type": "object",
Expand Down Expand Up @@ -223,6 +233,9 @@
{
"$ref": "#/definitions/output"
},
{
"$ref": "#/definitions/mpxv_options"
},
{
"$ref": "#/definitions/advanced_options"
},
Expand Down

0 comments on commit 29788c1

Please sign in to comment.