Mercurial > repos > tduigou > retrorules
diff generate_test.py @ 4:815748762646 draft default tip
planemo upload for repository https://github.com/brsynth/galaxytools commit d7030c1af6fe06a1d45af115756ee775721e39b5
| author | tduigou |
|---|---|
| date | Thu, 02 Oct 2025 14:27:31 +0000 |
| parents | 95b4196b4ded |
| children |
line wrap: on
line diff
--- a/generate_test.py Mon Sep 15 12:59:58 2025 +0000 +++ b/generate_test.py Thu Oct 02 14:27:31 2025 +0000 @@ -49,7 +49,7 @@ cmd = ["--input-template-id-str", template_id] value = run_cmd(subcommand="templates-summary", sub_cmd=cmd) print("Test:", " ".join(cmd), "md5:", value) - + print("=" * 50) print("templates-sources") @@ -57,9 +57,9 @@ cmd = ["--input-template-id-str", template_id] value = run_cmd(subcommand="templates-sources", sub_cmd=cmd) print("Test:", " ".join(cmd), "md5:", value) - + print("=" * 50) - + print("templates-count") smarts_str = "[O]-[C](=[O])" cmd = ["--input-smarts-str", smarts_str] @@ -73,4 +73,4 @@ cmd = ["--input-smarts-str", smarts_str] value = run_cmd(subcommand="templates-export", sub_cmd=cmd) print("Test:", " ".join(cmd), "md5:", value) - """ \ No newline at end of file + """
