From 1b2624de2bb8901eb684fa7ebb4483f270c3037e Mon Sep 17 00:00:00 2001 From: Caralyn Reisle Date: Thu, 3 Mar 2022 19:39:34 -0800 Subject: [PATCH] Add straglr to tools list --- src/mavis_config/config.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/mavis_config/config.json b/src/mavis_config/config.json index 94c7233..f33b257 100644 --- a/src/mavis_config/config.json +++ b/src/mavis_config/config.json @@ -154,7 +154,7 @@ "breakseq", "chimerascan", "cnvnator", - "cuteSV", + "cutesv", "defuse", "delly", "manta", @@ -162,6 +162,7 @@ "pindel", "sniffles", "starfusion", + "straglr", "strelka", "transabyss", "vcf" @@ -176,14 +177,14 @@ "minItems": 1, "type": "array" }, + "strand_specific": { + "default": false, + "type": "boolean" + }, "tool_name": { "description": "Name of the tool to be used in MAVIS output files (in the tools column). If not given the file_type will be used as the tool name instead", "pattern": "^[^;]+$", "type": "string" - }, - "strand_specific": { - "default": false, - "type": "boolean" } }, "required": [