Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"type": "string",
"default": "no_export",
"description": "Convert the final _one-to-one_ alignment to a different format than MAF.",
"pattern": "^((no_export|axt|bam|bcf|bed|blast|blasttab|blasttab+|chain|cram|gff|html|psl|sam|tab)?,?)*(?<!,)$",
"pattern": "^((no_export|axt|bam|bcf|bed|blast|blasttab|blasttab\\+|chain|cram|gff|html|psl|sam|tab)?,?)*(?<!,)$",
"fa_icon": "fas fa-file-export",
"help_text": "Multiple formats separated with commas. Supported formats are `axt`, `bam`, `bcf`, `bed`, `blast`, `blasttab`, `blasttab+`, `chain`, `cram`, `gff`, `html`, `psl`, `sam` and `tab`. This is useful for downstream tools that do not parse MAF. The files in text format are always compressed with `gzip`."
},
Expand Down
Loading