From 5da29bb0424bd301065217b2b5cda0617e644fad Mon Sep 17 00:00:00 2001 From: bounlu Date: Tue, 5 Aug 2025 14:31:44 +0800 Subject: [PATCH] Fixed typo --- deeptools/computeMatrix.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deeptools/computeMatrix.py b/deeptools/computeMatrix.py index 02cc1fd4ed..2598794a62 100644 --- a/deeptools/computeMatrix.py +++ b/deeptools/computeMatrix.py @@ -53,7 +53,7 @@ def parse_arguments(args=None): help="In the scale-regions mode, all regions in the BED file are " "stretched or shrunken to the length (in bases) indicated by the user.", usage='An example usage is:\n computeMatrix scale-regions -S ' - ' -R -b 1000\n\n') + ' -R -b 1000\n\n') # reference point arguments subparsers.add_parser( @@ -69,7 +69,7 @@ def parse_arguments(args=None): "positions before (upstream) and/or after (downstream) of the " "reference point will be plotted.", usage='An example usage is:\n computeMatrix reference-point -S ' - ' -R -a 3000 -b 3000\n\n') + ' -R -a 3000 -b 3000\n\n') return parser