You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to upload data following opening my own *.tsv file from DIA-NN the GUI will briefly indicate it is processing the data before hanging. Checking the cmd window the following warning is given:
pandas\io\parsers\c_parser_wrapper.py:404: DtypeWarning: Columns (2) have mixed types. Specify dtype option on import or set low_memory=False.
warnings.warn(warning_message, DtypeWarning, stacklevel=find_stack_level())
This error is reproducible using the test_diann_input.tsv file
Version 0.1.10 installed via one-click GUI installer on Windows 11 Pro for Workstations (Version 10.0.22000 Build 22000)
The text was updated successfully, but these errors were encountered:
Unfortunately, I can confirm that this bug still exists (Win10, AlphaMap 1.10). Neither my own DIA-NN output.tsv nor the ones linked in the documentation work. Both produce the same error as described above. Is there hope to get this fixed?
Thanks a lot, Clemens.
When attempting to upload data following opening my own *.tsv file from DIA-NN the GUI will briefly indicate it is processing the data before hanging. Checking the cmd window the following warning is given:
pandas\io\parsers\c_parser_wrapper.py:404: DtypeWarning: Columns (2) have mixed types. Specify dtype option on import or set low_memory=False.
warnings.warn(warning_message, DtypeWarning, stacklevel=find_stack_level())
This error is reproducible using the test_diann_input.tsv file
Version 0.1.10 installed via one-click GUI installer on Windows 11 Pro for Workstations (Version 10.0.22000 Build 22000)
The text was updated successfully, but these errors were encountered: