We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6925da2 commit ee12dc2Copy full SHA for ee12dc2
1 file changed
src/murfey/client/analyser.py
@@ -303,7 +303,7 @@ def _find_context(self, file_path: Path) -> bool:
303
304
# Files starting with "Position" belong to the standard tomography workflow
305
# NOTE: not completely reliable, mdocs can be in tomography metadata as well
306
- if (
+ if not self._serialem and (
307
split_file_stem[0] == "Position"
308
or "[" in file_path.name
309
or split_file_stem[-1] in ["Fractions", "fractions", "EER"]
0 commit comments