Skip to content

Commit

Permalink
more log
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Mar 24, 2022
1 parent 04d0e99 commit 1e3dae0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/galaxy/tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1708,6 +1708,7 @@ def visit_inputs(self, values, callback):
visit_input_values(self.inputs, values, callback)

def expand_incoming(self, trans, incoming, request_context, input_format="legacy"):
log.error(f"expand_incoming incoming {incoming}")
rerun_remap_job_id = None
if "rerun_remap_job_id" in incoming:
try:
Expand All @@ -1723,6 +1724,7 @@ def expand_incoming(self, trans, incoming, request_context, input_format="legacy
# Fixed set of input parameters may correspond to any number of jobs.
# Expand these out to individual parameters for given jobs (tool executions).
expanded_incomings, collection_info = expand_meta_parameters(trans, self, incoming)
log.error(f"expand_incoming expanded_incomings {expanded_incomings}")

# Remapping a single job to many jobs doesn't make sense, so disable
# remap if multi-runs of tools are being used.
Expand Down

0 comments on commit 1e3dae0

Please sign in to comment.