Skip to content

Commit

Permalink
Fixing lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsutcliffe committed Oct 10, 2024
1 parent d1b71a1 commit 222ac0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/schema_input.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$schema": "https://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/phac-nml/gasnomenclature/main/assets/schema_input.json",
"title": "phac-nml/gasnomenclature pipeline - params.input schema",
"description": "Schema for the file provided with params.input",
Expand Down
5 changes: 2 additions & 3 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$schema": "https://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/phac-nml/gasnomenclature/main/nextflow_schema.json",
"title": "phac-nml/gasnomenclature pipeline parameters",
"description": "Gas Nomenclature assignment pipeline",
Expand Down Expand Up @@ -84,8 +84,7 @@
},
"pd_count_missing": {
"type": "boolean",
"description": "Count missing alleles as different",
"default": false
"description": "Count missing alleles as different"
}
}
},
Expand Down

0 comments on commit 222ac0b

Please sign in to comment.