Skip to content
Snippets Groups Projects
Verified Commit bc97d581 authored by Mia Croiset's avatar Mia Croiset
Browse files

fix argument name for filter_pcr and cutsite_seed default value

parent a71a5bd8
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ Default: for_vs_rev
### `--cutsite_seed`
Minimum size of a fragment (i.e. seed size used in mapping as reads smaller won't be mapped.)
Default: 0
Default: 20
```bash
--cutsite_seed '[Size of fragment]'
......@@ -375,11 +375,11 @@ Name of distance law table plot if hicstuff_distance_plot is true. Default: dist
--hicstuff_distance_out_plot '[Name of distance law plot file]'
```
#### `--hicstuff_filter_pcr`
#### `--filter_pcr`
If true, PCR duplicates will be filtered based on genomic positions Pairs where both reads have exactly the same coordinates are considered duplicates and only one of those will be conserved. Default: false
```bash
--hicstuff_filter_pcr
--filter_pcr
```
> :warning: **Warning**: if true, `--filter_pcr_picard` **must** be false
......@@ -392,7 +392,7 @@ Name of pair file after PCR filtering. Default: 'valid_idx_pcrfree.pairs'
#### `--filter_pcr_picard`
If specified, duplicate reads are filtered using PICARD MarkDuplicate method. If true, `--hicstuff_filter_pcr` **must** be false. Default:'false'
If specified, duplicate reads are filtered using PICARD MarkDuplicate method. If true, `--filter_pcr` **must** be false. Default:'false'
```bash
--filter_pcr_picard
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment