I have build a docker container for a tool and want to use planemo for testing, like:
planemo test --docker --engine external_galaxy bwa-mem.xml
and in the tool XML, I have
<requirements>
<container type="docker">bwa:latest</container>
</requirements>
Unfortunately, the docker container is not executed, instead the test want to execute “bwa” locally. Is that possible with planemo?