diff --git a/assets/schema_input.json b/assets/schema_input.json index dbb4a4f..ab0b7ab 100644 --- a/assets/schema_input.json +++ b/assets/schema_input.json @@ -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", diff --git a/nextflow_schema.json b/nextflow_schema.json index b2b8a89..0034635 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -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", @@ -84,8 +84,7 @@ }, "pd_count_missing": { "type": "boolean", - "description": "Count missing alleles as different", - "default": false + "description": "Count missing alleles as different" } } },