Skip to content

Commit

Permalink
Update Documentation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IanSudbery authored Jun 3, 2024
1 parent 9ce3a70 commit 39be4cf
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions umi_tools/Documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,9 @@
- discard (default)
Discard all unmapped reads
- use
If read2 is unmapped, deduplicate using read1 only. Requires
If read2 is unmapped, deduplicate using read1 and output read1 only. Note
that if read1 is unmapped, read2 will always be descarded irrepsective of
whether it is mapped. WARNING: May lead to unpaired reads in output. Requires
``--paired``
- output
Output unmapped reads/read pairs without UMI
Expand All @@ -382,7 +384,10 @@
- discard
Discard all chimeric read pairs
- use (default)
Deduplicate using read1 only
Deduplicate using read1 information only. Both read1 and read2 should
still be output, as long as Read2 is actaully found. Can lead to
unpaired reads in output if read1 is marked as having a mapped mate,
but read2 is never found.
- output
Output chimeric read pairs without UMI
grouping/deduplication. Only available in umi_tools group
Expand All @@ -392,9 +397,12 @@
""""""""""""""""""""
How should unpaired reads be handled. Options are:
- discard
Discard all unpaired reads
Discard all unpaired reads. Note: Can still lead to unpaired
reads in the output if a read1 is marked as having a mapped
mate, but the mate is never found.
- use (default)
Deduplicate using read1 only
Deduplicate unpaired reads using read1 only. Note, unpaired read2s will still
be discarded.
- output
Output unpaired reads without UMI
grouping/deduplication. Only available in umi_tools group
Expand Down

0 comments on commit 39be4cf

Please sign in to comment.