|
369 | 369 | - discard (default) |
370 | 370 | Discard all unmapped reads |
371 | 371 | - use |
372 | | - If read2 is unmapped, deduplicate using read1 only. Requires |
| 372 | + If read2 is unmapped, deduplicate using read1 and output read1 only. Note |
| 373 | + that if read1 is unmapped, read2 will always be descarded irrepsective of |
| 374 | + whether it is mapped. WARNING: May lead to unpaired reads in output. Requires |
373 | 375 | ``--paired`` |
374 | 376 | - output |
375 | 377 | Output unmapped reads/read pairs without UMI |
|
382 | 384 | - discard |
383 | 385 | Discard all chimeric read pairs |
384 | 386 | - use (default) |
385 | | - Deduplicate using read1 only |
| 387 | + Deduplicate using read1 information only. Both read1 and read2 should |
| 388 | + still be output, as long as Read2 is actaully found. Can lead to |
| 389 | + unpaired reads in output if read1 is marked as having a mapped mate, |
| 390 | + but read2 is never found. |
386 | 391 | - output |
387 | 392 | Output chimeric read pairs without UMI |
388 | 393 | grouping/deduplication. Only available in umi_tools group |
|
392 | 397 | """""""""""""""""""" |
393 | 398 | How should unpaired reads be handled. Options are: |
394 | 399 | - discard |
395 | | - Discard all unpaired reads |
| 400 | + Discard all unpaired reads. Note: Can still lead to unpaired |
| 401 | + reads in the output if a read1 is marked as having a mapped |
| 402 | + mate, but the mate is never found. |
396 | 403 | - use (default) |
397 | | - Deduplicate using read1 only |
| 404 | + Deduplicate unpaired reads using read1 only. Note, unpaired read2s will still |
| 405 | + be discarded. |
398 | 406 | - output |
399 | 407 | Output unpaired reads without UMI |
400 | 408 | grouping/deduplication. Only available in umi_tools group |
|
0 commit comments