Previous changeset 3:90928b255abb (2020-11-18) Next changeset 5:fcb6a19960c6 (2021-11-23) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit b9aa31ad4f99a9bbf726b78a0704ab1f68f05cea" |
modified:
ggplot2_pca.xml macros.xml |
b |
diff -r 90928b255abb -r 7e616a1bdb07 ggplot2_pca.xml --- a/ggplot2_pca.xml Wed Nov 18 21:33:00 2020 +0000 +++ b/ggplot2_pca.xml Tue Oct 26 15:13:06 2021 +0000 |
b |
@@ -1,4 +1,5 @@ <tool id="ggplot2_pca" name="PCA plot w ggplot2" version="@VERSION@"> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros> |
b |
diff -r 90928b255abb -r 7e616a1bdb07 macros.xml --- a/macros.xml Wed Nov 18 21:33:00 2020 +0000 +++ b/macros.xml Tue Oct 26 15:13:06 2021 +0000 |
[ |
@@ -6,6 +6,11 @@ <yield /> </requirements> </xml> + <xml name="bio_tools"> + <xrefs> + <xref type="bio.tools">gemini</xref> + </xrefs> + </xml> <token name="@VERSION@">2.2.1</token> <token name="@R_INIT@"><![CDATA[ |