From 8ef4dcde3703313136915ccf36277d7fd6bda8be Mon Sep 17 00:00:00 2001 From: Zhenfeng Liu Date: Mon, 22 Aug 2022 22:43:31 -0700 Subject: [PATCH] update schema for single sample only and no group comparison --- nextflow_schema.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nextflow_schema.json b/nextflow_schema.json index 49e81b8..43a9a7e 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -3,6 +3,8 @@ "$id": "https://raw.githubusercontent.com/Zymo-Research/aladdin-miqScore/main/nextflow_schema.json", "title": "Zymo-Research/aladdin-miqScore pipeline parameters", "description": "Nextflow pipeline for calculating MIQ scores, part of the Aladdin Bioinformatics Platform pipeline catalog", + "single_sample": true, + "group_comparison": false, "type": "object", "definitions": { "input_output_options": {