Previous changeset 1:14b38ec15fe9 (2022-04-07) Next changeset 3:543c11bd472a (2024-02-26) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ampvis2 commit 09b56ef3e09ad6c5923c88616fea5cbd77d87616 |
modified:
macros.xml subset_samples.xml |
removed:
TODO |
b |
diff -r 14b38ec15fe9 -r 0b0214cbe38b TODO --- a/TODO Thu Apr 07 14:08:32 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 14b38ec15fe9 -r 0b0214cbe38b macros.xml --- a/macros.xml Thu Apr 07 14:08:32 2022 +0000 +++ b/macros.xml Mon Dec 18 09:43:33 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> |
b |
diff -r 14b38ec15fe9 -r 0b0214cbe38b subset_samples.xml --- a/subset_samples.xml Thu Apr 07 14:08:32 2022 +0000 +++ b/subset_samples.xml Mon Dec 18 09:43:33 2023 +0000 |
b |
@@ -87,7 +87,7 @@ Subsets the data in ampvis2 objects based on metadata and returns the subsetted object. The Galaxy tool calls the `amp_subset_samples -<https://madsalbertsen.github.io/ampvis2/reference/amp_subset_samples.html>`_ function +<https://kasperskytte.github.io/ampvis2/reference/amp_filter_samples.html>`_ function of the ampvis2 package. The subset is performed on the metadata by ``subset()`` and the abundance- and taxonomy |