From 8d4448fd3df1b32c5a1a3e7e016f83742c9e52eb Mon Sep 17 00:00:00 2001 From: JoseEspinosa Date: Wed, 6 Mar 2024 12:30:52 +0100 Subject: [PATCH] Remove duplicated line --- nextflow_schema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index 571692d8..edde5eda 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -19,7 +19,6 @@ "schema": "assets/schema_input.json", "mimetype": "text/csv", "pattern": "^\\S+\\.csv$", - "schema": "assets/schema_input.json", "description": "Path to comma-separated file containing information about the samples in the experiment.", "help_text": "You will need to create a design file with information about the samples in your experiment before running the pipeline. Use this parameter to specify its location. It has to be a comma-separated file with 3 columns, and a header row. See [usage docs](https://nf-co.re/proteinfold/usage#samplesheet-input).", "fa_icon": "fas fa-file-csv"