From 304a6956b30fbfc0aed29a605c40696ac37c0d60 Mon Sep 17 00:00:00 2001 From: Judith Bernett Date: Mon, 25 Nov 2024 11:07:27 +0100 Subject: [PATCH] ignoring input parameter --- .nf-core.yml | 2 ++ nextflow_schema.json | 12 ------------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/.nf-core.yml b/.nf-core.yml index 741acee..7bc803a 100644 --- a/.nf-core.yml +++ b/.nf-core.yml @@ -8,6 +8,8 @@ lint: - .github/CONTRIBUTING.md - assets/sendmail_template.txt multiqc_config: false + nextflow_config: + - params.input nf_core_version: 3.0.2 org_path: null repository_type: pipeline diff --git a/nextflow_schema.json b/nextflow_schema.json index 7804e2b..7d57ead 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -53,18 +53,6 @@ "fa_icon": "fas fa-envelope", "help_text": "Set this parameter to your e-mail address to get a summary e-mail with details of the run sent to you when the workflow exits. If set in your user config file (`~/.nextflow/config`) then you don't need to specify this on the command line for every run.", "pattern": "^([a-zA-Z0-9_\\-\\.]+)@([a-zA-Z0-9_\\-\\.]+)\\.([a-zA-Z]{2,5})$" - }, - "input": { - "type": "string", - "format": "file-path", - "exists": true, - "schema": "assets/schema_input.json", - "mimetype": "text/csv", - "pattern": "^\\S+\\.csv$", - "description": "Unnecessary parameter for the pipeline, added to satisfy linting.", - "help_text": "Unnecessary parameter for the pipeline, added to satisfy linting.", - "fa_icon": "fas fa-file-csv", - "hidden": true } } },