how to extract the biom file in the table.qza file while inside the docker container

how to extract the biom file in the table.qza file while inside the docker container?
In my normal qiime2 setup I use something like unzip -j table.qza "*.biom" -d targetdir
The default docker container does not contain unzip. Is there a way to add unzip to the container? I'm not a docker expert.

Hello again @fenny :wave:,

I think that docker container comes with conda, so you can use conda to install software you need including zip / unzip etc.

conda install -c conda-forge unzip

You could also copy that file from your docker service to the host machine, then proceed from there.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.