Skip to content

Commit f91dba4

Browse files
committed
Cleaned up docs
1 parent 1e47950 commit f91dba4

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

docs/usage.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -265,14 +265,6 @@ This is by default set to `false`, but can be turned on to calculate on target m
265265

266266
Can be used to set a path to a BED file (3/6 column format) to calculate capture target efficiency on the fly. Will not be used without `--bedfile` set as parameter.
267267

268-
### `--udg` false
269-
270-
Defines whether Uracil-DNA glycosylase (UDG) treatment was used to repair DNA damage on the sequencing libraries. If set, the parameter is used by downstream tools such as PMDTools to estimate damage only on CpG sites that are left after such a treatment.
271-
272-
### `--pmd_udg_type` \`half`
273-
274-
If you have UDGhalf treated data (Rohland et al 2016), specify `half` as option to this parameter to use a different model for DNA damage assessment in PMDTools. Specify the parameter with `full` and the DNA damage assesment will use CpG context only. If you don't specify the parameter at all, the library will be treated as UDG-.
275-
276268
## Step skipping parameters
277269

278270
Some of the steps in the pipeline can be executed optionally. If you specify specific steps to be skipped, there won't be any output related to these modules.
@@ -412,6 +404,15 @@ Specifies the length of the read start and end to be considered for profile gene
412404

413405
Specifies to run PMDTools for damage based read filtering and assessment of DNA damage in sequencing libraries. By default turned off.
414406

407+
408+
### `--udg` false
409+
410+
Defines whether Uracil-DNA glycosylase (UDG) treatment was used to repair DNA damage on the sequencing libraries. If set, the parameter is used by downstream tools such as PMDTools to estimate damage only on CpG sites that are left after such a treatment.
411+
412+
### `--pmd_udg_type` \`half`
413+
414+
If you have UDGhalf treated data (Rohland et al 2016), specify `half` as option to this parameter to use a different model for DNA damage assessment in PMDTools. Specify the parameter with `full` and the DNA damage assesment will use CpG context only. If you don't specify the parameter at all, the library will be treated as non UDG treated.
415+
415416
### `--pmdtools_range`
416417

417418
Specifies the range in which to consider DNA damage from the ends of reads. By default set to `10`.

0 commit comments

Comments
 (0)