Skip to content

Commit e16442f

Browse files
committed
update SAV search pattern
1 parent ac7884c commit e16442f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,5 @@ test
138138
data
139139

140140
# MacOS cruft
141-
.DS_Store
141+
.DS_Store
142+
workspace.code*

multiqc_sav/multiqc_sav.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ def update_config() -> None:
3535

3636
# Update search patterns
3737
if "SAV/xml" not in config.sp:
38-
config.update_dict(config.sp, {"SAV/xml": {"fn_re": ".*(RunInfo|RunParameters)\.xml"}})
38+
config.update_dict(config.sp, {"SAV/xml": {"fn_re": ".*([Rr]un[Ii]nfo|[Rr]un[Pp]arameters)\.xml"}})

0 commit comments

Comments
 (0)