Hi Alexander,
I tried again now. The job failed, with an error that refers to the carbon marker (csv). I am using RT in minutes as floats with decimals as a dot (as in the MS-DIAL quant table).
This is the error. I will try now the same job without the carbon marker.
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 <module>
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]