Hi,
When I run this code:
from cmapPy.pandasGEXpress.parse import parse
data = parse ("GSE92742_Broad_LINCS_Level3_INF_mlr12k_n1319138x12328.gctx",col_meta_only=True)
I get an error. => "OSError: Unable to open file (truncated file: eof = 3244883968, sblock->base_addr = 0, stored_eof = 65110137212)"
How can I solve this problem?
Thank you,
Hi, When I run this code: from cmapPy.pandasGEXpress.parse import parse data = parse ("GSE92742_Broad_LINCS_Level3_INF_mlr12k_n1319138x12328.gctx",col_meta_only=True) I get an error. => "OSError: Unable to open file (truncated file: eof = 3244883968, sblock->base_addr = 0, stored_eof = 65110137212)" How can I solve this problem? Thank you,