Skip to content

Commit 3195bcb

Browse files
authored
Update mc_tools.py
modify the markers pattern to catch cases in which the marker has an hyphen in the name
1 parent 6a2910b commit 3195bcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

macsima2mc/mc_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def get_patterns():
4747

4848
patterns = {
4949
'cycle_number': (r"cycle-(.*?)-", True),
50-
'marker_name' : (r"markers-(.*?)-",False),
50+
'marker_name' : (r"markers-(.*?)-filters",False),
5151
'Filter' : (r"-filters-(.*?).ome",False),
5252
'background' : (r"-src-(.*?)-" ,False)
5353
}

0 commit comments

Comments
 (0)