-
Notifications
You must be signed in to change notification settings - Fork 17
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
TypeError: __init__() missing 1 required positional argument: 'dtype' #95
Comments
Hi @samd1993, Is your tree large? It may be using too much memory to expand the table. You could try |
Sorry for the late reply (was moving across country). I tried --p-min-depth 1 as so:
and got the same response (leaving here in case there are any differences in the output, although it looks identical:
Should I try larger numbers? |
I also ran gemelli on its own and get a similar error with min depth 100:
|
Hi,
Trying to use gemelli as a qiime2 plugin and I get the following error:
Are my file sizes too big? I am running this on a large microbiome table that has thousands of samples. Only using about 50% of the memory I requested on my server when I run it. Any help would be appreciated!
Also here is the original code I ran:
Cheers,
Sam
The text was updated successfully, but these errors were encountered: