From 50515a3f33f6fb2b17028913578834a160c5833d Mon Sep 17 00:00:00 2001 From: Yasset Perez-Riverol Date: Fri, 18 Oct 2024 11:53:37 +0100 Subject: [PATCH] change schema to https --- assets/schema_input.json | 2 +- nextflow_schema.json | 2 +- .../utils_nfvalidation_plugin/tests/nextflow_schema.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/schema_input.json b/assets/schema_input.json index 83c023e5..8b1ddd11 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/nf-core/quantms/master/assets/schema_input.json", "title": "nf-core/quantms pipeline - params.input schema", "description": "Schema for the file provided with params.input", diff --git a/nextflow_schema.json b/nextflow_schema.json index 70933632..d4e6350b 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/nf-core/quantms/master/nextflow_schema.json", "title": "nf-core/quantms pipeline parameters", "description": "Quantitative Mass Spectrometry nf-core workflow", diff --git a/subworkflows/nf-core/utils_nfvalidation_plugin/tests/nextflow_schema.json b/subworkflows/nf-core/utils_nfvalidation_plugin/tests/nextflow_schema.json index 7626c1c9..b7af0b57 100644 --- a/subworkflows/nf-core/utils_nfvalidation_plugin/tests/nextflow_schema.json +++ b/subworkflows/nf-core/utils_nfvalidation_plugin/tests/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/./master/nextflow_schema.json", "title": ". pipeline parameters", "description": "",