Skip to content
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 #25

Open
YilingWang1997 opened this issue Oct 18, 2022 · 2 comments
Open

ValueError #25

YilingWang1997 opened this issue Oct 18, 2022 · 2 comments

Comments

@YilingWang1997
Copy link

YilingWang1997 commented Oct 18, 2022

WechatIMG83

When I ran multivariate-effect-size-by-category command with the parameter "--p-max-levels-per-category 10" , I found a ValueError (see attached figure). And the program ran fine when I removed this setting.
@gibsramen
Copy link
Collaborator

gibsramen commented Oct 18, 2022

Hi @YilingWang1997

Thanks for bringing this up. Seems like buffer source array is read-only is some sort of error with joblib. It's somewhat strange that removing the max-levels-per-category line made this work. Can you paste the QIIME 2 commands you used to run Evident each time?

dask/distributed#1978

@YilingWang1997
Copy link
Author

YilingWang1997 commented Dec 7, 2022

I'm sorry I forgot to reply and it was the parameter "--p-n-jobs" that caused the above error (I listed the wrong parameter in the original comment).

My commands:
Successed:
qiime evident multivariate-effect-size-by-category --i-data bc.qza --m-sample-metadata-file env.meta.tsv --p-group-columns continent biome lat lon --p-max-levels-per-category 10 --p-min-count-per-level 180 --o-effect-size-results bc_effectsize_180.qza
Failed:
qiime evident multivariate-effect-size-by-category --i-data bc.qza --m-sample-metadata-file env.meta.tsv --p-group-columns continent biome lat lon --p-max-levels-per-category 10 --p-min-count-per-level 180 --p-n-jobs 10 --o-effect-size-results bc_effectsize_180.qza

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants