We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc4c58 commit 00b0147Copy full SHA for 00b0147
bioblend/galaxy/invocations/__init__.py
@@ -138,7 +138,7 @@ def rerun_invocation(
138
invocation_id: str,
139
remap: bool = False,
140
inputs_update: Optional[dict] = None,
141
- params_update: Optional[dict] = None,
+ params: Optional[dict] = None,
142
history_id: Optional[str] = None,
143
history_name: Optional[str] = None,
144
import_inputs_to_history: bool = False,
0 commit comments