diff generate_test.py @ 4:bd5ffc799c16 draft default tip

planemo upload for repository https://github.com/brsynth/galaxytools commit 5e85823d729e9e09adf66ccfb7c47701077dccff-dirty
author tduigou
date Mon, 15 Sep 2025 12:57:08 +0000
parents cfa70e3fe1a4
children
line wrap: on
line diff
--- a/generate_test.py	Mon Sep 15 12:37:50 2025 +0000
+++ b/generate_test.py	Mon Sep 15 12:57:08 2025 +0000
@@ -63,7 +63,7 @@
     print("templates-count")
     smarts_str = "[O]-[C](=[O])"
     cmd = ["--input-smarts-str", smarts_str]
-    value = run_cmd(subcommand="templates", sub_cmd=cmd)
+    value = run_cmd(subcommand="templates-count", sub_cmd=cmd)
     print("Test:", " ".join(cmd), "md5:", value)
 
     print("=" * 50)