From b1923e1258c75e5663f4d79f50fcc5aed2372bfe Mon Sep 17 00:00:00 2001 From: Matt Stone <matt@fulcrumgenomics.com> Date: Mon, 25 Mar 2024 19:21:47 -0400 Subject: [PATCH] Update SvPileup.md --- docs/tools/SvPileup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/SvPileup.md b/docs/tools/SvPileup.md index 474b360..2f3b8a2 100644 --- a/docs/tools/SvPileup.md +++ b/docs/tools/SvPileup.md @@ -19,7 +19,7 @@ Two output files will be created: 2. `<output-prefix>.bam`: a SAM/BAM file containing reads that contain SV breakpoint evidence annotated with SAM tag. -The `be` SAM tag contains a comma-delimited list of breakpoints to which a given alignment belongs. Each element is +The `be` SAM tag contains a comma-delimited list of breakpoint IDs which a given alignment supports. Each element is semi-colon delimited, with four fields: 1. The unique breakpoint identifier (same identifier found in the tab-delimited output).