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.