Skip to content
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

Open
Evan-Raymond opened this issue Dec 30, 2024 · 4 comments
Open

MSFragger - ValueError: too many values to unpack #1960

Evan-Raymond opened this issue Dec 30, 2024 · 4 comments
Assignees

Comments

@Evan-Raymond
Copy link

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

@guoci
Copy link
Member

guoci commented Dec 30, 2024

@Evan-Raymond can you send me the split_peptide_index_tempdir directory?

@Evan-Raymond
Copy link
Author

Evan-Raymond commented Dec 31, 2024

Hi @guoci,

Thanks for getting back to me.
The split_peptide_index_tempdir file is way too big to upload, even when compressed its almost 14GB. Can I send you part of the file?

Cheers,
Evan

@guoci
Copy link
Member

guoci commented Dec 31, 2024

yes, can just send the pepxml files

@Evan-Raymond
Copy link
Author

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,
Evan

CP_484.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants