Skip to content

Commit

Permalink
refafilt: broad regular expression to cover chain accessions
Browse files Browse the repository at this point in the history
On branch dev
	modified:   refafilt
  • Loading branch information
khyox committed Jan 30, 2024
1 parent 1bb9700 commit 83ca6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refafilt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ from recentrifuge.config import gray, red, green, cyan, magenta, blue, yellow

Filename: TypeAlias = pathlib.Path

RE_NT_PATTERN = re.compile(r'(>[A-Za-z0-9_]+\.[0-9]+ )')
RE_NT_PATTERN = re.compile(r'(>[A-Za-z0-9_.]+ )')

def main():
"""Main entry point to script."""
Expand Down

0 comments on commit 83ca6f4

Please sign in to comment.