Skip to content

Commit

Permalink
Merge pull request #8 from bcgsc/feature/add-straglr
Browse files Browse the repository at this point in the history
Add straglr to tools list
  • Loading branch information
creisle authored Mar 8, 2022
2 parents b2dd465 + 1b2624d commit 1bad386
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/mavis_config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,15 @@
"breakseq",
"chimerascan",
"cnvnator",
"cuteSV",
"cutesv",
"defuse",
"delly",
"manta",
"mavis",
"pindel",
"sniffles",
"starfusion",
"straglr",
"strelka",
"transabyss",
"vcf"
Expand All @@ -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": [
Expand Down

0 comments on commit 1bad386

Please sign in to comment.