-
Notifications
You must be signed in to change notification settings - Fork 1
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
Issue running Example #25
Comments
I suspect that the problem is that Crux changed its output format, could you post the first 5 lines of |
|
Yes, Crux indeed switched their output format in 4.2.
I will release a patch version for Triqler if this works for you. |
Yes, that fixed the issue! Thanks a bunch |
I'm trying to run the example you've uploaded, but I encountered some difficulties running Triqler. Specifically, line 1 of the Triqler.sh script is throwing an error
I'm running Windows 11 with Crux v4.2.
I've included the error message below.
Traceback (most recent call last): File "C:\Users\Alex\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\Alex\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "C:\Users\Alex\AppData\Local\Programs\Python\Python310\lib\site-packages\triqler\convert\quandenser.py", line 232, in <module> main() File "C:\Users\Alex\AppData\Local\Programs\Python\Python310\lib\site-packages\triqler\convert\quandenser.py", line 38, in main convertQuandenserToTriqler( File "C:\Users\Alex\AppData\Local\Programs\Python\Python310\lib\site-packages\triqler\convert\quandenser.py", line 142, in convertQuandenserToTriqler specToPeptideMap = helpers.parsePsmsPoutFiles(psmsOutputFiles) File "C:\Users\Alex\AppData\Local\Programs\Python\Python310\lib\site-packages\triqler\convert\helpers.py", line 40, in parsePsmsPoutFiles for psm in percolator.parsePsmsPout(psmsOutputFile): File "C:\Users\Alex\AppData\Local\Programs\Python\Python310\lib\site-packages\triqler\convert\percolator.py", line 95, in parsePsmsPout float(row[1]), ValueError: could not convert string to float: './Quandenser_output/consensus_spectra/MaRaCluster.consensus.part1.ms2'
The text was updated successfully, but these errors were encountered: