From a5800db9b4f56ac503f7c6fa628f8aac2a5597cd Mon Sep 17 00:00:00 2001 From: avani-bhojwani Date: Fri, 3 Jan 2025 09:57:47 +1000 Subject: [PATCH] change main to master for schema_input.json --- 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 f2e7017..02dac59 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/denovotranscript/main/assets/schema_input.json", + "$id": "https://raw.githubusercontent.com/nf-core/denovotranscript/master/assets/schema_input.json", "title": "nf-core/denovotranscript pipeline - params.input schema", "description": "Schema for the file provided with params.input", "type": "array",