Use full file path in the MztabWriter
run map instead of just the file name.
#386
Labels
Milestone
MztabWriter
run map instead of just the file name.
#386
The current implementation of
MztabWriter
on thedev_latest_depthcharge
branch only uses the file name to index peak files instead of the full path. This will lead to incorrect behavior when sequencing spectra from two peak files that have different paths but have the same filename, e.g.foo/spectra.mgf
andbar/spectra.mgf
. This should be implemented after the depthcharge spectrum datasets are updated to include the full file path for each spectrum. This can be implemented by simply changing the following line inMztabWriter.set_ms_run
:The text was updated successfully, but these errors were encountered: