We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7884c commit e16442fCopy full SHA for e16442f
.gitignore
@@ -138,4 +138,5 @@ test
138
data
139
140
# MacOS cruft
141
-.DS_Store
+.DS_Store
142
+workspace.code*
multiqc_sav/multiqc_sav.py
@@ -35,4 +35,4 @@ def update_config() -> None:
35
36
# Update search patterns
37
if "SAV/xml" not in config.sp:
38
- config.update_dict(config.sp, {"SAV/xml": {"fn_re": ".*(RunInfo|RunParameters)\.xml"}})
+ config.update_dict(config.sp, {"SAV/xml": {"fn_re": ".*([Rr]un[Ii]nfo|[Rr]un[Pp]arameters)\.xml"}})
0 commit comments