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
Iam having a problem following the 'loading files into LIMIX' tutorial, specifically with using limix_converter to convert the phenotype_sample.csv into hdf5 format.
note double '-' for the csv argument. Sorry, should have spotted that.
I do however get another warning
/usr/local/lib/python2.7/dist-packages/limix/io/conversion.py:78: ParserWarning: Falling back to the 'python' engine because the 'c' engine does not support sep=None with delim_whitespace=False; you can avoid this warning by specifying engine='python'.
C = pandas.io.parsers.read_csv(csv_file,sep=sep,header=None,index_col=False,*args,**kw_args)
Hi
Iam having a problem following the 'loading files into LIMIX' tutorial, specifically with using limix_converter to convert the phenotype_sample.csv into hdf5 format.
This is the command Iam using :
It seems to run ok, but the hdf5 file does not contain any datasets or groups.
I am using this on a biolinux box
Linux XXX 3.13.0-68-generic #111-Ubuntu SMP Fri Nov 6 18:17:06 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
and using LIMIX version limix==0.7.12 installed using pip.
I have also tried using my own phenotype file (.csv) but have the same problem.
Can anyone shed any light?
Cheers
Alex
The text was updated successfully, but these errors were encountered: