Skip to content

Commit

Permalink
refactor: add init, docs: add docstring to illumina.py
Browse files Browse the repository at this point in the history
  • Loading branch information
emmcauley committed Aug 2, 2024
1 parent 0c277d5 commit cc7bada
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Empty file added fgpyo/platform/__init__.py
Empty file.
12 changes: 12 additions & 0 deletions fgpyo/platform/illumina.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
"""
Methods for working with Illumina-specific UMIs in SAM files
------------------------------------
The functions in this module make it easy to:
* check whether a UMI is valid
* extract UMI(s) from an Illumina-style read name
* copy a UMI from an alignment's read name to its `RX` SAM tag
"""

from typing import Optional
from typing import Set

Expand Down

0 comments on commit cc7bada

Please sign in to comment.