Closed peterjc closed 8 months ago
Conda took a very long time, but I have now updated to 2024.2,
$ wget https://data.qiime2.org/distro/tiny/qiime2-tiny-2024.2-py38-linux-conda.yml
$ conda env create -n qiime2-tiny-2024.2 --file qiime2-tiny-2024.2-py38-linux-conda.yml
$ conda activate qiime2-tiny-2024.2
Now the example seems to work:
$ qiime tools import \
> --input-path feature-table-v210.biom \
> --type 'FeatureTable[Frequency]' \
> --input-format BIOMV210Format \
> --output-path feature-table-2.qza
Imported feature-table-v210.biom as BIOMV210Format to feature-table-2.qza
Probably the same root issue, but with 2024.2 the qiime tools list-types
and qiime tools list-formats --importable
now work too - while under my 2023.7 install, they do not:
$ conda activate qiime2-2023.7
(qiime2-2023.7) $ qiime tools list-formats --importable
(qiime2-2023.7) $ qiime tools list-types
$ conda deactivate
(No output)
Thanks @peterjc. Looks like you have it working now, so I'm going to close this issue. If you need help, best to post on the QIIME 2 Forum. We have a lot more folks monitoring and providing tech support there than on the issue trackers.
Bug Description Biom import examples fails.
Steps to reproduce the behavior
feature-table-2.qza
get an error message:Expected behavior
Output of a file
feature-table-2.qza
Screenshots
N/A
Computation Environment
Comments