-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: columns cannot be a set #172
Comments
Hello @jamesboot I think it might be because this version doesn't check for 0 counts and I think this is what is happening there.
|
Hi Patrick, Thanks very much for your quick response. I tried running without the whitelist (all other options the same as above) but still got the same error message:
I'm pretty sure the UMI stops at 16bp. We are using 10X 5' v2 chemistry if that helps. |
I think this is a bug with the newest pandas version: facebook/Ax#1153 Can you try to reinstall with pandas 1.4? |
This fixed the error for me. I think it's because, in pandas 1.5, they no longer allow DataFrame columns to be set by a set datatype. io.py has a line that creates a DataFrame by setting the columns with a set datatype. |
Sorry for taking some time to come back to this. Running with pandas 1.4 fixed the problem for me too! Thanks for your help! |
Hello,
I'm getting the following error during UMI correction, when running CITE-seq-Count 1.4.5, Python 3.8.
Command and options for running:
Also, may or may not be related, I am getting the following warning at the start of the processing. I've always used the options above so not sure why this warning is appearing now.
Any help would be much appreciated!
The text was updated successfully, but these errors were encountered: