Hello,
I exported the file few times but I just get the same error:
PROGENESIS
Traceback (most recent call last):
File "/data/ccms-gnps/tools/feature-based-molecular-networking/release_18/scripts/reformat_quantification.py", line 117, in <module>
main()
File "/data/ccms-gnps/tools/feature-based-molecular-networking/release_18/scripts/reformat_quantification.py", line 101, in main
compound_scan_mapping = progenesis_formatter.convert_to_feature_csv(args.quantification_table, args.quantification_table_reformatted)
File "/data/ccms-gnps/tools/feature-based-molecular-networking/release_18/scripts/progenesis_formatter.py", line 13, in convert_to_feature_csv
input_format = pd.read_csv(input_filename, sep=",", skiprows=2)
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 455, in _read
data = parser.read(nrows)
File "/data/ccms-gnps/tools/anaconda3/lib/python3.5/site-packages/pandas/io/parsers.py", line 1069, in read
ret = self._engine.read(nrows)
File "/data/ccms-gnps/tools/anaconda3/lib/python3.5/site-packages/pandas/io/parsers.py", line 1839, in read
data = self._reader.read(nrows)
File "pandas/_libs/parsers.pyx", line 902, in pandas._libs.parsers.TextReader.read
File "pandas/_libs/parsers.pyx", line 924, in pandas._libs.parsers.TextReader._read_low_memory
File "pandas/_libs/parsers.pyx", line 978, in pandas._libs.parsers.TextReader._read_rows
File "pandas/_libs/parsers.pyx", line 965, in pandas._libs.parsers.TextReader._tokenize_rows
File "pandas/_libs/parsers.pyx", line 2208, in pandas._libs.parsers.raise_parser_error
pandas.errors.ParserError: Error tokenizing data. C error: Expected 17 fields in line 5, saw 42
Would you have a recommendation about what I could do?
Best regards
Tania