Previous changeset 5:4daabc25df00 (2022-10-02) Next changeset 7:5b097fde95dd (2023-11-02) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/clustalw commit 316bb2e04638dc36346452fbb62aa29cce3cef67 |
modified:
macros.xml rgClustalw.xml |
b |
diff -r 4daabc25df00 -r 83e828f8ba26 macros.xml --- a/macros.xml Sun Oct 02 15:32:37 2022 +0000 +++ b/macros.xml Wed Nov 01 09:00:11 2023 +0000 |
b |
@@ -1,6 +1,13 @@ <macros> <token name="@TOOL_VERSION@">2.1</token> <token name="@VERSION_SUFFIX@">1</token> + <xml name="biotools"> + <xrefs> + <xref type="bio.tools"> + clustalw + </xref> + </xrefs> + </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">clustalw</requirement> @@ -109,4 +116,4 @@ #end if ]]></token> -</macros> \ No newline at end of file +</macros> |
b |
diff -r 4daabc25df00 -r 83e828f8ba26 rgClustalw.xml --- a/rgClustalw.xml Sun Oct 02 15:32:37 2022 +0000 +++ b/rgClustalw.xml Wed Nov 01 09:00:11 2023 +0000 |
[ |
@@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="biotools" /> <expand macro="requirements"/> <command detect_errors="exit_code"><![CDATA[ ln -s '$input' input.fasta && |