Skip to content

Commit ed9fc9b

Browse files
authored
Merge pull request #8 from NICHD-BSPC/cmdline-help
clarify cmdline help
2 parents 4ebd8b8 + 00932c2 commit ed9fc9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bin/termseq_peaks

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ if __name__ == "__main__":
2121
"bedgraphs",
2222
nargs="+",
2323
help="""bedGraphs to call peaks on. Multiple
24-
(space-separated) files can be specified. This algorithm works
25-
independently of normalization, so raw or normalized files are
26-
fine. See https://github.com/nichd-bscp/termseq-peaks for details on
27-
creating this bedGraph file.""",
24+
(space-separated) files can be specified. It is recommended that the files
25+
all have the same units (e.g. as is the case after reads-per-million
26+
normalization). See https://github.com/nichd-bscp/termseq-peaks for
27+
details on creating this bedGraph file.""",
2828
)
2929

3030
ap.add_argument(

0 commit comments

Comments
 (0)