Skip to content

Commit 08c595b

Browse files
committed
Require containerization for user defined and interative tools
1 parent 45fbd44 commit 08c595b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/galaxy/jobs/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,8 @@ def cleanup_job(self):
11581158

11591159
@property
11601160
def requires_containerization(self):
1161+
if self.tool.tool_type in ("user_defined", "interactive"):
1162+
return True
11611163
return util.asbool(self.get_destination_configuration("require_container", "False"))
11621164

11631165
@property

0 commit comments

Comments
 (0)