We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7f5f5 commit ccb1a8cCopy full SHA for ccb1a8c
fgpyo/sam/__init__.py
@@ -196,7 +196,7 @@
196
197
VALID_UMI_CHARACTERS: Set[str] = set("ACGTN")
198
"""Illumina's restricted UMI characters;
199
-https://support.illumina.com/help/BaseSpace_Sequence_Hub_OLH_009008_2/Source/Informatics/BS/FileFormat_FASTQ-files_swBS.htm."""
+https://support.illumina.com/help/BaseSpace_Sequence_Hub_OLH_009008_2/Source/Informatics/BS/FileFormat_FASTQ-files_swBS.htm.""" # noqa
200
201
ILLUMINA_UMI_DELIMITER: str = "+"
202
"""Multiple UMIs are delimited with a plus-sign in Illumina FASTQs; see docs above."""
0 commit comments