|
8 | 8 |
|
9 | 9 | <!-- TOC depthfrom:2 depthto:3 --> |
10 | 10 |
|
| 11 | +- [:warning: Please read this documentation on the nf-core website: https://nf-co.re/eager/usage](#warning-please-read-this-documentation-on-the-nf-core-website-httpsnf-coreeagerusage) |
11 | 12 | - [Table of contents](#table-of-contents) |
| 13 | +- [Introduction](#introduction) |
12 | 14 | - [Running the pipeline](#running-the-pipeline) |
13 | 15 | - [Quick Start](#quick-start) |
14 | 16 | - [Updating the pipeline](#updating-the-pipeline) |
@@ -1351,21 +1353,16 @@ Picard. Alternatively an ancient DNA specific read deduplication tool `dedup` |
1351 | 1353 |
|
1352 | 1354 | This utilises both ends of paired-end data to remove duplicates (i.e. true exact |
1353 | 1355 | duplicates, as markduplicates will over-zealously deduplicate anything with the |
1354 | | -same starting position even if the ends are different). DeDup should only be |
1355 | | -used solely on paired-end data otherwise suboptimal deduplication can occur if |
1356 | | -applied to either single-end or a mix of single-end/paired-end data. |
1357 | | - |
1358 | | -Note that if you run without the `--mergedonly` flag for AdapterRemoval, DeDup |
1359 | | -will likely fail. If you absolutely want to use both PE and SE data, you can |
1360 | | -supply the `--dedup_all_merged` flag to consider singletons to also be merged |
1361 | | -paired-end reads. This may result in over-zealous deduplication. |
| 1356 | +same starting position even if the ends are different). DeDup should generally |
| 1357 | +only be used solely on paired-end data otherwise suboptimal deduplication can |
| 1358 | +occur if applied to either single-end or a mix of single-end/paired-end data. |
1362 | 1359 |
|
1363 | 1360 | #### `--dedup_all_merged` |
1364 | 1361 |
|
1365 | 1362 | Sets DeDup to treat all reads as merged reads. This is useful if reads are for |
1366 | | -example not prefixed with `M_` in all cases. Therefore, this can be used as a |
1367 | | -workaround when also using a mixture of paired-end and single-end data, however |
1368 | | -this is not recommended (see above). |
| 1363 | +example not prefixed with `M_`, `R_`, or `L_` in all cases. Therefore, this can |
| 1364 | +be used as a workaround when also using a mixture of paired-end and single-end |
| 1365 | +data, however this is not recommended (see above). |
1369 | 1366 |
|
1370 | 1367 | > Modifies dedup parameter: `-m` |
1371 | 1368 |
|
|
0 commit comments