def cli(ctx, **kwds): """Download and install involucro for mull command. This will happen automatically when using the mull command, but this can be pre-installed in an environment using this command. """ build_involucro_context(ctx, **kwds)
def _handle_container_resolution(ctx, kwds, galaxy_properties): if kwds.get("mulled_containers", False): galaxy_properties["enable_beta_mulled_containers"] = "True" involucro_context = build_involucro_context(ctx, **kwds) galaxy_properties["involucro_auto_init"] = "False" # Use planemo's galaxy_properties["involucro_path"] = involucro_context.involucro_bin