Skip to content

Commit

Permalink
Actually hook up import bypass flag
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak committed Nov 16, 2023
1 parent 804ac25 commit 3438daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toil/wdl/wdltoil.py
Original file line number Diff line number Diff line change
Expand Up @@ -2686,7 +2686,7 @@ def main() -> None:
inputs_search_path.append(match.group(0))

# Import any files in the bindings
input_bindings = import_files(input_bindings, toil, inputs_search_path)
input_bindings = import_files(input_bindings, toil, inputs_search_path, skip_remote=options.reference_inputs)

# TODO: Automatically set a good MINIWDL__SINGULARITY__IMAGE_CACHE ?

Expand Down

0 comments on commit 3438daa

Please sign in to comment.