From 70000408c15037e38a00e34355cca7ac5cc725b7 Mon Sep 17 00:00:00 2001 From: Martin Proks Date: Sun, 3 Nov 2024 10:29:47 +0100 Subject: [PATCH] fix: linting issues --- .nf-core.yml | 4 +--- assets/schema_input.json | 2 +- assets/schema_wells.json | 2 +- nextflow_schema.json | 2 +- .../utils_nfvalidation_plugin/tests/nextflow_schema.json | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.nf-core.yml b/.nf-core.yml index 7822594..3f05f8b 100644 --- a/.nf-core.yml +++ b/.nf-core.yml @@ -28,9 +28,7 @@ lint: nf_core_version: 2.14.1 repository_type: pipeline template: - author: - - Martin Proks - - Nazmus Salehin + author: "Martin Proks, Nazmus Salehin" description: PRIME-seq preprocessing pipeline name: primeseq prefix: brickmanlab diff --git a/assets/schema_input.json b/assets/schema_input.json index 4f3863f..4f08af2 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/brickmanlab/primeseq/master/assets/schema_input.json", "title": "brickmanlab/primeseq pipeline - params.input schema", "description": "Schema for the file provided with params.input", diff --git a/assets/schema_wells.json b/assets/schema_wells.json index 70adcac..55901b1 100644 --- a/assets/schema_wells.json +++ b/assets/schema_wells.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/brickmanlab/primeseq/master/assets/schema_wells.json", "title": "brickmanlab/primeseq pipeline - params.wells schema", "description": "Schema for the file provided with params.wells", diff --git a/nextflow_schema.json b/nextflow_schema.json index 958db93..ee8fa5c 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/brickmanlab/primeseq/master/nextflow_schema.json", "title": "brickmanlab/primeseq pipeline parameters", "description": "PRIME-seq preprocessing pipeline", 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 7626c1c..b7af0b5 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": "",