We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ebd8b8 + 00932c2 commit ed9fc9bCopy full SHA for ed9fc9b
bin/termseq_peaks
@@ -21,10 +21,10 @@ if __name__ == "__main__":
21
"bedgraphs",
22
nargs="+",
23
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.""",
+ (space-separated) files can be specified. It is recommended that the files
+ all have the same units (e.g. as is the case after reads-per-million
+ normalization). See https://github.com/nichd-bscp/termseq-peaks for
+ details on creating this bedGraph file.""",
28
)
29
30
ap.add_argument(
0 commit comments