Mercurial > repos > tduigou > retrorules
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 3:95b4196b4ded | 4:815748762646 |
|---|---|
| 47 print("templates-summary") | 47 print("templates-summary") |
| 48 template_id = "RR:03-27BC85-19184A-A71018" | 48 template_id = "RR:03-27BC85-19184A-A71018" |
| 49 cmd = ["--input-template-id-str", template_id] | 49 cmd = ["--input-template-id-str", template_id] |
| 50 value = run_cmd(subcommand="templates-summary", sub_cmd=cmd) | 50 value = run_cmd(subcommand="templates-summary", sub_cmd=cmd) |
| 51 print("Test:", " ".join(cmd), "md5:", value) | 51 print("Test:", " ".join(cmd), "md5:", value) |
| 52 | 52 |
| 53 print("=" * 50) | 53 print("=" * 50) |
| 54 | 54 |
| 55 print("templates-sources") | 55 print("templates-sources") |
| 56 template_id = "RR:03-27BC85-19184A-A71018" | 56 template_id = "RR:03-27BC85-19184A-A71018" |
| 57 cmd = ["--input-template-id-str", template_id] | 57 cmd = ["--input-template-id-str", template_id] |
| 58 value = run_cmd(subcommand="templates-sources", sub_cmd=cmd) | 58 value = run_cmd(subcommand="templates-sources", sub_cmd=cmd) |
| 59 print("Test:", " ".join(cmd), "md5:", value) | 59 print("Test:", " ".join(cmd), "md5:", value) |
| 60 | 60 |
| 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-count", 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) |
