Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deeptools/computeMatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
'<biwig file(s)> -R <bed file> -b 1000\n\n')
'<bigwig file(s)> -R <bed file> -b 1000\n\n')

# reference point arguments
subparsers.add_parser(
Expand All @@ -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 '
'<biwig file(s)> -R <bed file> -a 3000 -b 3000\n\n')
'<bigwig file(s)> -R <bed file> -a 3000 -b 3000\n\n')

return parser

Expand Down
Loading