Closed ypriverol closed 1 year ago
@ypriverol This issue dues to rstrip("_mzml_info.tsv") + ".mzML"
in line148. We should use replace to in place of it in new PR when mapping spectrum file names.
And maybe not hardcode mzml but just check the file prefix/basename.
@jpfeuffer We just apply it on mass spectrum files or all input files? And now we don't have a proper tool to process bruker .d files
to get spectrum info, do we skip some steps when enable dia with .d?
You can do everything as before. Just don't assume everything will be mzml forever. Which means if you are trying to find files for matching or for lookup, just compare them by their basename. Also for visualization or in tables, we could show "file_xyz" instead of "file_xyz.mzml". Then it just does not matter what ending the input had. For now we still need to convert them in most steps but we should get rid of this assumption.