Skip to content

Commit 357b263

Browse files
authored
docs: Fix output format in meta.yaml for alignoth wrapper (#4744)
Fixes #4743 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Restructured output configuration format to use list structure for improved consistency and maintainability. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent d39d252 commit 357b263

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bio/alignoth/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ input:
1212
- vcf: Path to indexed VCF file (Optional)
1313
- vcf_idx: Path to index of VCF file (required when VCF is used)
1414
- bed: Path to BED file (Optional)
15-
output: "HTML, JSON or directory path"
15+
output:
16+
- HTML, JSON or directory path
1617
authors:
1718
- Felix Wiegand
1819
params:

0 commit comments

Comments
 (0)