From 7f4a027a1fdf7f715c1575d842ff802d3ff1b627 Mon Sep 17 00:00:00 2001 From: LilyAnderssonLee Date: Thu, 2 Jan 2025 12:42:40 +0100 Subject: [PATCH] correct main branch into master --- assets/schema_input.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/schema_input.json b/assets/schema_input.json index 0ad7d254..1d7e9499 100644 --- a/assets/schema_input.json +++ b/assets/schema_input.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/nf-core/taxprofiler/main/assets/schema_input.json", + "$id": "https://raw.githubusercontent.com/nf-core/taxprofiler/master/assets/schema_input.json", "title": "nf-core/taxprofiler pipeline - params.input schema", "description": "Schema for the file provided with params.input", "type": "array",