From 222ac0b06966efc811dc03ebb98d75e49cdce431 Mon Sep 17 00:00:00 2001 From: Steven Sutcliffe Date: Thu, 10 Oct 2024 16:09:14 -0400 Subject: [PATCH] Fixing lint issue --- assets/schema_input.json | 2 +- nextflow_schema.json | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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" } } },