File tree Expand file tree Collapse file tree
galaxy/webapps/galaxy/services Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 ToolRequestModel ,
3838)
3939from galaxy .security .idencoding import IdEncodingHelper
40+ from galaxy .short_term_storage import (
41+ ShortTermStorageAllocator ,
42+ ShortTermStorageTarget ,
43+ )
4044from galaxy .tool_util .parameters import (
4145 encode as encode_request ,
4246 input_models_for_tool_source ,
4347)
4448from galaxy .tool_util .parameters .state import RequestInternalToolState
4549from galaxy .tool_util .parser import get_tool_source
46- from galaxy .short_term_storage import (
47- ShortTermStorageAllocator ,
48- ShortTermStorageTarget ,
49- )
5050from galaxy .util import ready_name_for_url
5151
5252
Original file line number Diff line number Diff line change @@ -478,7 +478,9 @@ def test_map_over_collection(
478478
479479
480480@requires_tool_id ("cat|cat1" )
481- def test_dce_as_input (target_history : TargetHistory , required_tool : RequiredTool , tool_input_format : DescribeToolInputs ):
481+ def test_dce_as_input (
482+ target_history : TargetHistory , required_tool : RequiredTool , tool_input_format : DescribeToolInputs
483+ ):
482484 """Test using a dataset collection element (dce) as a direct input to a tool.
483485
484486 This corresponds to drag-and-dropping an individual element from a collection
You can’t perform that action at this time.
0 commit comments