comparison 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
comparison
equal deleted inserted replaced
3:cfa70e3fe1a4 4:bd5ffc799c16
61 print("=" * 50) 61 print("=" * 50)
62 62
63 print("templates-count") 63 print("templates-count")
64 smarts_str = "[O]-[C](=[O])" 64 smarts_str = "[O]-[C](=[O])"
65 cmd = ["--input-smarts-str", smarts_str] 65 cmd = ["--input-smarts-str", smarts_str]
66 value = run_cmd(subcommand="templates", sub_cmd=cmd) 66 value = run_cmd(subcommand="templates-count", sub_cmd=cmd)
67 print("Test:", " ".join(cmd), "md5:", value) 67 print("Test:", " ".join(cmd), "md5:", value)
68 68
69 print("=" * 50) 69 print("=" * 50)
70 """ 70 """
71 print("templates-export") 71 print("templates-export")