Previous changeset 1:1979fdd0914f (2022-04-07) Next changeset 3:a2d4da20749a (2024-02-26) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ampvis2 commit 09b56ef3e09ad6c5923c88616fea5cbd77d87616 |
modified:
heatmap.xml macros.xml |
removed:
TODO |
b |
diff -r 1979fdd0914f -r 1adde216bdce TODO --- a/TODO Thu Apr 07 14:03:08 2022 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 |
b |
@@ -1,6 +0,0 @@ -use duplicated options instead of tokens to define defaults - - -detailed data for boxplot (see heatmap) - - |
b |
diff -r 1979fdd0914f -r 1adde216bdce heatmap.xml --- a/heatmap.xml Thu Apr 07 14:03:08 2022 +0000 +++ b/heatmap.xml Mon Dec 18 09:37:32 2023 +0000 |
[ |
@@ -192,7 +192,7 @@ <expand macro="out_macro"> <filter>output_options["out_format"] != "tabular"</filter> </expand> - <data name="plot_raw" format="tabular"> + <data name="plot_raw" format="tabular" label="${tool.name} on ${on_string}: Table"> <filter>output_options["out_format"] == "tabular"</filter> </data> </outputs> @@ -308,7 +308,7 @@ samples and taxonomy to aggregate OTUs. The Galaxy tool calls the `amp_heatmap -<https://madsalbertsen.github.io/ampvis2/reference/amp_heatmap.html>`_ function +<https://kasperskytte.github.io/ampvis2/reference/amp_heatmap.html>`_ function of the ampvis2 package. @HELP_RELATIVE_ABUNDANCES@ |
b |
diff -r 1979fdd0914f -r 1adde216bdce macros.xml --- a/macros.xml Thu Apr 07 14:03:08 2022 +0000 +++ b/macros.xml Mon Dec 18 09:37:32 2023 +0000 |
b |
@@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">2.7.22</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <token name="@PROFILE@">22.01</token> <xml name="header"> <xrefs> |