Previous changeset 4:3c8227556fdc (2022-11-09) Next changeset 6:a74dbfee5a86 (2023-01-12) |
Commit message:
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit ba63cf533f414ebc8f17bbe4b6ea852b561dd7d1 |
modified:
cactus_cactus.xml macros.xml |
b |
diff -r 3c8227556fdc -r 48c13389050d cactus_cactus.xml --- a/cactus_cactus.xml Wed Nov 09 03:14:17 2022 +0000 +++ b/cactus_cactus.xml Mon Nov 14 06:03:59 2022 +0000 |
[ |
@@ -106,12 +106,12 @@ <outputs> <data name="out_hal" format="h5" from_work_dir="alignment.hal" label="${tool.name} on ${on_string} (HAL file)" /> <data name="out_gfa" format="gfa2.gz" from_work_dir="alignment.gfa.gz" label="${tool.name} on ${on_string} (GFA file)" > - <filter>aln_mode[aln_mode_select] == 'intraspecies'</filter> + <filter>aln_mode['aln_mode_select'] == 'intraspecies'</filter> </data> </outputs> <tests> <!-- test interspecies mode --> - <test expect_num_outputs="2"> + <test expect_num_outputs="1"> <conditional name="aln_mode"> <param name="aln_mode_select" value="interspecies"/> <param name="in_tree" value="test_tree.nhx"/> |
b |
diff -r 3c8227556fdc -r 48c13389050d macros.xml --- a/macros.xml Wed Nov 09 03:14:17 2022 +0000 +++ b/macros.xml Mon Nov 14 06:03:59 2022 +0000 |
b |
@@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">2.2.4</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <token name="@PROFILE@">20.09</token> <token name="@DIGEST@">b22eb2ef1d8c6f152d12d0e4300ac68affea5aafb2f7022f9078e8e72e41654d</token> <xml name="requirements"> |