When I try to run a biom command (convert or summarize), the cursor goes to the next line and remains blinking without any feedback (error message). biom is able to run the help commands. Any pointers? I am trying to convert my exported feature table to a tsv using biom convert. I believe there is an issue with the biom file produced by qiime tools export and the inputs I put into the qiime pipeline prior to that.
I'm letting it run now. However, when I use top to see the list of processes running, I don't see any process running under my login. I thought maybe something is wrong with the installation, so I tried running biom convert on galaxy. It gave me this error: Execution of this dataset's job is paused because its input datasets are in an error state. I've attached the feature table .qza and the exported .biom from it.
Thanks! Okay so I checked provenance on your feature table and saw that 2022.8 was the version of QIIME 2 you used to generate that feature table, so I made sure to use the same environment as you to recreate this. So using QIIME 2 2022.8 I ran qiime tools export on your feature table, and then ran biom convert --to-tsv on the subsequent feature-table.biom file. This ran without issue, and completed for me in <1 sec.
I have a couple of thoughts on this:
(Apologies if this is one obvious and you've already checked) Can you confirm that the TSV file wasn't successfully created and in the CWD as where you ran your command?
I wonder if there is a competing version of biom on your machine that's causing problems when you run biom convert. We haven't made any changes to the version of biom we're using in QIIME 2, and neither of those commands have been updated recently, so it seems unlikely that the issue stems from either of those commands.
Can you run which biom and share the terminal output in your response? Thanks!
(No worries! The obvious can be elusive :p) It is not in the CWD.
I believe that there is another version. When I run which biom, I get this: /Users/lab/.local/bin/biom
When I try to use biom with or without Qiime loaded, the same details mentioned in my first post on this topic persist.
I suspect this is where the issue lies. I'd recommend deleting this version of biom and then trying to re-run biom convert... in your QIIME 2 environment - since biom is included in each QIIME 2 environment, you should then be using the correct version. But let us know if you're still running into the same problem!