cmap / cmapPy

Assorted tools for interacting with .gct, .gctx files and other Connectivity Map (Broad Institute) data/tools
https://clue.io/cmapPy/index.html
BSD 3-Clause "New" or "Revised" License
126 stars 76 forks source link

can not read .gctx file #60

Closed benanbardak closed 5 years ago

benanbardak commented 5 years ago

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,

benanbardak commented 5 years ago

Solved.