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
Hi,
In our settings there is often a need to read a .gctx file from a non-file (i.e. python file object).
Currently it is not possible with cmapPy. The parse method explicitly checks for the filename:
Hi,
In our settings there is often a need to read a
.gctx
file from a non-file (i.e. python file object).Currently it is not possible with cmapPy. The parse method explicitly checks for the filename:
cmapPy/cmapPy/pandasGEXpress/parse_gctx.py
Line 64 in f3fdf01
On the other hand
h5py
supports any file objects.Would it be possible to rely on duck-typing in the
parse
function instead to allow for different types of input file objects?The text was updated successfully, but these errors were encountered: