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
It looks like export theta is no longer functional with pandas >= 1.0, as I get this error when trying to run cnvkit.py export theta:
KeyError: 'Passing list-likes to .loc or [] with any missing labels is no longer supported, see https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#deprecate-loc-reindex-listlike'
downgrading pandas to 0.25.3 seems to be a workaround, although it seems that the conda recipe will automatically install the most recent pandas that it can find.
The text was updated successfully, but these errors were encountered:
Thanks, looks like the pandas 1.0 release happened while I was out on leave and broke this feature.
However, there are better methods for tumor purity estimation available now -- I recommend PureCN, which can take CNVkit's .cnn and .cnr files directly as input.
Greetings. I was wondering if the theta export function could be updated so it works with the latest Panda? I am interested in running THetA using the output of CNVkit. Thank you very much!
Hi,
It looks like export theta is no longer functional with pandas >= 1.0, as I get this error when trying to run cnvkit.py export theta:
KeyError: 'Passing list-likes to .loc or [] with any missing labels is no longer supported, see https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#deprecate-loc-reindex-listlike'
downgrading pandas to 0.25.3 seems to be a workaround, although it seems that the conda recipe will automatically install the most recent pandas that it can find.
The text was updated successfully, but these errors were encountered: