From 9bf8f66814d331c81555ed3f33e81b0cc1b6aa28 Mon Sep 17 00:00:00 2001 From: Samuel Lampa Date: Fri, 29 Nov 2024 17:27:09 +0100 Subject: [PATCH] Add full URL as id in nextflow_schema --- nextflow_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index 9b6bcac..9e13faa 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema", - "$id": "genomic-medicine-sweden/gms_16S", + "$id": "https://raw.githubusercontent.com/genomic-medicine-sweden/gms_16s/main/nextflow_schema.json", "title": "genomic-medicine-sweden/gms_16S pipeline parameters", "description": "A pipeline for paralellization for the EMU tool from treangelab. The pipeline will also inclide trimming of reads and qc-reports.", "type": "object",