Skip to content

Commit 2e68590

Browse files
Updating documentation for changes introduced in v1.4.0
1 parent f328594 commit 2e68590

File tree

7 files changed

+44
-12
lines changed

7 files changed

+44
-12
lines changed

docs/content/bsrate.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,12 @@ This option will generate a histogram of conversion rate per read,
171171
printed to the terminal. This option is correct as of v1.4.0.
172172

173173
```txt
174-
-p, -per-read
174+
-b, -bins
175175
```
176176
Assming the `-p` option is used, this option determines the number of
177177
bins in the histogram. This option is correct as of v1.4.0.
178+
179+
```txt
180+
-S, -summary
181+
```
182+
Write a summary of information gathered during the run to this file.

docs/content/cleanhp.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ output filename prefix [required]
1616
```txt
1717
-s, -stat
1818
```
19-
stats output filename [required]
19+
stats output filename [required]
2020
```txt
2121
-h, -hairpin
2222
```
@@ -28,17 +28,20 @@ check for hairpin contamination
2828
```txt
2929
-n, -nreads
3030
```
31-
number of reads in initial check
31+
number of reads in initial check
3232
```txt
3333
-c, -cutoff
3434
```
35-
cutoff for calling an inverse duplication(default: 0.95)
35+
cutoff for calling an inverse duplication(default: 0.95)
3636
```txt
3737
-i, -ignore
3838
```
3939
length of read name suffix to ignore when matching
4040
```txt
4141
-v, -verbose
4242
```
43-
print more run info to STDERR while the program is running
44-
43+
print more run info to the terminal while the program is running
44+
```txt
45+
-h, -hist
46+
```
47+
write a histogram of hairpin matches to this file

docs/content/counts.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,8 @@ merge data as symmetric CpGs.
171171
-v, -verbose
172172
```
173173
Report more information while the program is running.
174+
175+
```txt
176+
-progress
177+
```
178+
Show progress while the program is running.

docs/content/hmr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,5 +174,5 @@ testing (default: 408).
174174
```txt
175175
-S, -summary
176176
```
177-
Write the analysis summary to this file. The summary is not
178-
reported unless a file is specified here. This option is correct as of v1.4.0.
177+
Write the analysis summary to this file. The summary is not reported
178+
unless a file is specified here. This option is correct as of v1.4.0.

docs/content/pmd.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,5 @@ Specify a random seed value.
190190
```txt
191191
-S, -summary
192192
```
193-
Write the analysis summary to this file. The summary is not
194-
reported unless a file is specified here. This option is correct as of v1.4.0.
195-
193+
Write the analysis summary to this file. The summary is not reported
194+
unless a file is specified here. This option is correct as of v1.4.0.

docs/content/selectsites.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,18 @@ preload sites (use for large target intervals)
4444
-v, -verbose
4545
```
4646
print more run info to STDERR while the program is running.
47+
48+
```txt
49+
-d, -disk
50+
```
51+
process sites on disk (fast if target intervals are few)
52+
53+
```txt
54+
-S, -summary
55+
```
56+
write summary to this file
57+
58+
```txt
59+
-z, -zip
60+
```
61+
output file will be in gzip compressed format

docs/content/states.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,9 @@ FASTA file of chromosomes containing FASTA files [required].
6969
```txt
7070
-v, -verbose
7171
```
72-
Print more run info to STDERR while the program is running.
72+
Print information to the terminal while the program runs.
73+
74+
```txt
75+
-z, -zip
76+
```
77+
Write output in gzip compressed format.

0 commit comments

Comments
 (0)