Skip to content

Commit

Permalink
refactor: update regex for seqid #165
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate committed May 3, 2024
1 parent 50e6d84 commit 7901baf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htsinfer/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ class RunStates(IntEnum):
(
'Casava >=1.8',
re.compile(
r'(?P<prefix>\w+:\d+:\w+:\d+:\d+:\d+:\d+(:[ACGTN]\+[ACGTN])?)'
r'(?P<prefix>\w+:\d+:[\w-]+:\d+:\d+:\d+:\d+'
r'(:[ACGTN]\+[ACGTN])?)'
r'('
r'(?P<linker> )'
r'(?P<mate>[12])'
Expand Down

0 comments on commit 7901baf

Please sign in to comment.