Skip to content

Commit a29bd29

Browse files
committed
typo
1 parent 3936698 commit a29bd29

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

deeptools/bigwigAverage.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ def parse_arguments(args=None):
5555

5656
def getType(fname):
5757
"""
58-
Tries to determine if a file is a wiggle file a bigWig file.
59-
Returns 'wiggle' if the file name ends with .wig, otherwise 'bigwig'
58+
Tries to determine if a file is a wiggle, a bedgraph, or a bigWig file.
6059
"""
6160
if fname.endswith(".wig") or fname.endswith(".wiggle"):
6261
return "wiggle"

deeptools/bigwigCompare.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ def parse_arguments(args=None):
9999

100100
def getType(fname):
101101
"""
102-
Tries to determine if a file is a wiggle file or a bigWig file.
103-
Returns 'wiggle' if the file name ends with .wig, otherwise 'bigwig'
102+
Tries to determine if a file is a wiggle, a bedgraph or a bigWig.
104103
"""
105104
if fname.endswith(".wig") or fname.endswith(".wiggle"):
106105
return "wiggle"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy