You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/autoupdate.rst
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,24 @@ Formatting tools
29
29
- A token ``@TOOL_VERSION@`` should be created which corresponds to the version number of the main requirement.
30
30
- Optionally, a token ``@VERSION_SUFFIX@`` should be created, which should be an integer representing the number of times the XML wrapper has been updated since ``@TOOL_VERSION@`` was updated.
31
31
32
+
Updating workflows
33
+
=============================
34
+
35
+
The ``autoupdate`` subcommand can also be used to automatically update workflows so that they are using the most recent Galaxy tools available.
36
+
37
+
::
38
+
39
+
planemo autoupdate workflow.ga
40
+
41
+
In the basic usage, a local Galaxy instance will be spun up and the workflow uploaded, refactored to include the most recent tool versions, and re-downloaded.
42
+
43
+
Workflows can also be updated against an external galaxy, for example:
0 commit comments