From a8cc755ea95100030c0290fedcdcef7b4b4935bf Mon Sep 17 00:00:00 2001 From: clintval Date: Fri, 10 May 2024 13:12:12 -0700 Subject: [PATCH] Whitespace --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdcdbc6..9dba227 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,8 @@ Convert the output of `AggregateSvPileup` to BEDPE. ```console fgsv AggregateSvPileupToBedPE \ - --input sample.svpileup.aggregate.txt \ - --output sample.svpileup.aggregate.bedpe + --input sample.svpileup.aggregate.txt \ + --output sample.svpileup.aggregate.bedpe ``` The tool [`fgsv AggregateSvPileupToBedPE`](https://github.com/fulcrumgenomics/fgsv/blob/main/docs/tools/AggregateSvPileupToBedPE.md) is used to convert the output of `AggregateSvPileup` to the [BEDPE format](https://bedtools.readthedocs.io/en/latest/content/general-usage.html#bedpe-format) so that it can be viewed in [IGV](https://igv.org/) and other BEDPE-supporting genome browsers. For example: