-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
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
MSFragger - ValueError: too many values to unpack #1960
Comments
@Evan-Raymond can you send me the |
Hi @guoci, Thanks for getting back to me. Cheers, |
yes, can just send the pepxml files |
Hi @guoci I've uploaded one of the smaller pepxml files I could find, as most are over 25 MB compressed. Please bear in mind that this is only one of 275 pepxml files split over 5 folders in the split_peptide_index_tempdir and MSFragger seemed fine with most of them, so I don't know if its a specific file thats the problem. Cheers, |
Hi @guoci Any updates on the above issue? Cheers, |
Hi there,
I've been getting the following error code from MSFragger while (I assume) its writing pepxml to disk, but I don't know enough about what the software is doing at this point to debug the error. Do you have any ideas?
Cheers,
Evan
Writing: CP_184 spectrum: 98304
concurrent.futures.process._RemoteTraceback:
"""
Traceback (most recent call last):
File "C:\Users\Core i7 PC\AppData\Local\Programs\Python\Python39\lib\concurrent\futures\process.py", line 246, in _process_worker
r = call_item.fn(*call_item.args, **call_item.kwargs)
File "D:\fragpipe\tools\msfragger_pep_split.py", line 370, in write_pepxml
pep_to_prot = get_pep_to_prot_mapping(infile)
File "D:\fragpipe\tools\msfragger_pep_split.py", line 341, in get_pep_to_prot_mapping
pep, prot = make_dict_entry(sh)
File "D:\fragpipe\tools\msfragger_pep_split.py", line 336, in make_dict_entry
key, = sh_peptide.findall(sh)
ValueError: too many values to unpack (expected 1)
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:\fragpipe\tools\msfragger_pep_split.py", line 631, in
main()
File "D:\fragpipe\tools\msfragger_pep_split.py", line 623, in main
combine_results()
File "D:\fragpipe\tools\msfragger_pep_split.py", line 477, in combine_results
e.result()
File "C:\Users\Core i7 PC\AppData\Local\Programs\Python\Python39\lib\concurrent\futures_base.py", line 439, in result
Process 'MSFragger' finished, exit code: 1
Process returned non-zero exit code, stopping
log_2024-12-30_22-45-25.zip
The text was updated successfully, but these errors were encountered: