From b9dfb39400b53c869c11f70efee372a72dd95b3c Mon Sep 17 00:00:00 2001 From: VJalili Date: Fri, 13 Sep 2024 15:35:13 -0400 Subject: [PATCH] Add a single-line descript to avoid empty section. Needs to be extended in follow-up PRs. --- website/docs/modules/gather_sample_evidence.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/docs/modules/gather_sample_evidence.md b/website/docs/modules/gather_sample_evidence.md index e8f2a80f0..1768e7052 100644 --- a/website/docs/modules/gather_sample_evidence.md +++ b/website/docs/modules/gather_sample_evidence.md @@ -58,18 +58,21 @@ You may find a link to the file in ## Outputs -- Caller VCFs (Manta, Scramble, Wham, and/or MELT) - Binned read counts file - Split reads (SR) file - Discordant read pairs (PE) file #### `manta_vcf` {#manta-vcf} +A VCF file containing variants called by Manta. #### `melt_vcf` {#melt-vcf} +A VCF file containing variants called by MELT. #### `scramble_vcf` {#scramble-vcf} +A VCF file containing variants called by Scramble. #### `wham_vcf` {#wham-vcf} +A VCF file containing variants called by Wham. #### `coverage_counts` {#coverage-counts}