Closed bernt-matthias closed 5 months ago
@ebolyen the error is actually:
https://forum.qiime2.org/t/plugin-error-from-diversity-error-with-ssu-computing-phylogenetic-diversity-metrics/25108/7 https://github.com/biocore/unifrac-binaries/issues/24
this could be solved by prefixing the command with export UNIFRAC_USE_GPU=N &&
. Wondering how we can solve this. Locally on my instance I can set this environment variable for all jobs. But this bug will stall the progress on the qiime2 Galaxy workflows unless a new version fixing this is released.
Wondering how/if this could be fixed. Just open a PR and update the single tool?
@bernt-matthias, maybe. This is definitely pretty frustrating. I think another approach would be to force our Docker containers to set that environment variable. As it will almost invariably go poorly in other contexts as well.
https://github.com/qiime2/distributions/commit/9118e0a0154b093cf313272483792e9a0e68553f
Will need to rebuild the docker images, but then it should get picked up by the upcoming toolshed release.
EDIT: currently re-running https://github.com/qiime2/distributions/actions/runs/9308363278
2023.5.1+q2galaxy.2023.5.0.2
let me know if I should provide additional info.