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

GC-MS Analysis Library matching - FBMN #567

Open
montmasis opened this issue Jun 30, 2020 · 3 comments
Open

GC-MS Analysis Library matching - FBMN #567

montmasis opened this issue Jun 30, 2020 · 3 comments
Labels

Comments

@montmasis
Copy link

Hi,
I am still having problems with the GC-MS Analysis Library matching (FBMN) with data originally pre-processed in MS-DIAL.

The job works fine when I am not using the retention index library function. When I use the retention index, I get the error (below).

The "carbon marker" (csv) file I got as a template example from Alexander Aksenov looks like mine, beside that I have more alkanes (and I do not have C8):
Alexander --> C8-C26
Me --> C9-C40

Alexander thinks it could be a parsing issue and/or a missing library..

This the job that fails (below the error)
https://gnps.ucsd.edu/ProteoSAFe/status.jsp?task=a7b11d597711495284a2c3c172bef2a3

Thanks in advance

Stefano


Carbon_Marker_File/Carbon_Marker_File-00000.csv
Traceback (most recent call last):
File "/data/ccms-gnps/tools/molecularsearch-gc/release_23/calculate_kovats.py", line 69, in
main()
File "/data/ccms-gnps/tools/molecularsearch-gc/release_23/calculate_kovats.py", line 66, in main
args.output_library_identifications)
File "/data/ccms-gnps/tools/molecularsearch-gc/release_23/calculate_kovats.py", line 39, in calculate_kovats
identifications_df = pd.read_csv(input_identifications_filename, sep="\t")
File "/data/ccms-gnps/tools/anaconda3/lib/python3.5/site-packages/pandas/io/parsers.py", line 709, in parser_f
return _read(filepath_or_buffer, kwds)
File "/data/ccms-gnps/tools/anaconda3/lib/python3.5/site-packages/pandas/io/parsers.py", line 449, in _read
parser = TextFileReader(filepath_or_buffer, **kwds)
File "/data/ccms-gnps/tools/anaconda3/lib/python3.5/site-packages/pandas/io/parsers.py", line 818, in init
self._make_engine(self.engine)
File "/data/ccms-gnps/tools/anaconda3/lib/python3.5/site-packages/pandas/io/parsers.py", line 1049, in _make_engine
self._engine = CParserWrapper(self.f, **self.options)
File "/data/ccms-gnps/tools/anaconda3/lib/python3.5/site-packages/pandas/io/parsers.py", line 1695, in init
self._reader = parsers.TextReader(src, **kwds)
File "pandas/_libs/parsers.pyx", line 565, in pandas._libs.parsers.TextReader.cinit
pandas.errors.EmptyDataError: No columns to parse from file
Tool execution terminates abnormally with exit code [1]

@mwang87
Copy link
Member

mwang87 commented Jul 2, 2020

Seems your data has no identifications to the libraries. We'll have to handle that. Thanks for letting us know!

@mwang87 mwang87 added the bug label Jul 2, 2020
@montmasis
Copy link
Author

montmasis commented Jul 2, 2020 via email

@montmasis
Copy link
Author

montmasis commented Jul 2, 2020 via email

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

No branches or pull requests

2 participants