Skip to content

Commit

Permalink
Try to make planemo work with docker_galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Oct 31, 2016
1 parent 9b1dd48 commit 50d3c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planemo/engine/factory.py
Expand Up @@ -20,7 +20,7 @@ def build_engine(ctx, **kwds):
engine_type_str = kwds.get("engine", "galaxy")
if engine_type_str == "galaxy":
engine_type = GalaxyEngine
elif engine_type_str == "dockerize_galaxy":
elif engine_type_str == "docker_galaxy":
engine_type = DockerizedGalaxyEngine
elif engine_type_str == "cwltool":
engine_type = CwlToolEngine
Expand Down

0 comments on commit 50d3c4a

Please sign in to comment.