We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This really should use a proper function to parse scan numbers, as this might not always work:
MSAnnika_Spectral_Library_exporter/create_spectral_library.py
Line 59 in e952168
For the moment, make sure that the title contains scan= with the scan number, otherwise script won't work.
scan=
For future, use something like here: https://github.com/hgb-bin-proteomics/Proteome_Discoverer_MGF_Scan_Number_Repair_Tool/blob/f59c4a667641e75c3ae42fa53496aae7938ba0a3/scan_nr_repair_tool.py#L75
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This really should use a proper function to parse scan numbers, as this might not always work:
MSAnnika_Spectral_Library_exporter/create_spectral_library.py
Line 59 in e952168
For the moment, make sure that the title contains
scan=
with the scan number, otherwise script won't work.For future, use something like here: https://github.com/hgb-bin-proteomics/Proteome_Discoverer_MGF_Scan_Number_Repair_Tool/blob/f59c4a667641e75c3ae42fa53496aae7938ba0a3/scan_nr_repair_tool.py#L75
The text was updated successfully, but these errors were encountered: