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
124 stars 74 forks source link

Bug for the 3.1.1 version #35

Closed crotoc closed 6 years ago

crotoc commented 6 years ago

Just want to report the bug: this issue only happen for 3.1.1. I stuck for a whole day...

from cmapPy.pandasGEXpress import parse x=parse("/fs0/chenr6/Database_fs0/LINCS/GSE92742_Broad_LINCS_Level5_COMPZ.MODZ_n473647x12328.gctx",col_meta_only=True) Traceback (most recent call last): File "", line 1, in TypeError: 'module' object is not callable

oena commented 6 years ago

Hi @crotoc, sorry to hear that. I've updated the pandasGEXpress tutorial to have the correct syntax for v3.1.1--which should resolve your issue--and also added a check of which cmapPy version is being used in the "Activate your cmapPy conda environment" so there isn't ambiguity in the future. Definitely let us know if you have any more issues!