Skip to content

Commit 39be4cf

Browse files
authored
Update Documentation.py
1 parent 9ce3a70 commit 39be4cf

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

umi_tools/Documentation.py

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,9 @@
369369
- discard (default)
370370
Discard all unmapped reads
371371
- 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
373375
``--paired``
374376
- output
375377
Output unmapped reads/read pairs without UMI
@@ -382,7 +384,10 @@
382384
- discard
383385
Discard all chimeric read pairs
384386
- 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.
386391
- output
387392
Output chimeric read pairs without UMI
388393
grouping/deduplication. Only available in umi_tools group
@@ -392,9 +397,12 @@
392397
""""""""""""""""""""
393398
How should unpaired reads be handled. Options are:
394399
- 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.
396403
- use (default)
397-
Deduplicate using read1 only
404+
Deduplicate unpaired reads using read1 only. Note, unpaired read2s will still
405+
be discarded.
398406
- output
399407
Output unpaired reads without UMI
400408
grouping/deduplication. Only available in umi_tools group

0 commit comments

Comments
 (0)