Previous changeset 0:80b6e23cb70d (2020-05-12) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanopolishcomp commit fc685e81241eb196e57669961a42d03c60e7c9b6 |
modified:
freqmethcalculate.xml macros.xml |
b |
diff -r 80b6e23cb70d -r f08dfdcefdbd freqmethcalculate.xml --- a/freqmethcalculate.xml Tue May 12 17:08:21 2020 -0400 +++ b/freqmethcalculate.xml Wed Mar 13 11:52:05 2024 +0000 |
[ |
@@ -4,6 +4,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="xrefs"/> <expand macro="requirements"/> <expand macro="version_command"/> <command detect_errors="exit_code"><![CDATA[ |
b |
diff -r 80b6e23cb70d -r f08dfdcefdbd macros.xml --- a/macros.xml Tue May 12 17:08:21 2020 -0400 +++ b/macros.xml Wed Mar 13 11:52:05 2024 +0000 |
b |
@@ -7,6 +7,11 @@ <requirement type="package" version="@TOOL_VERSION@">nanopolishcomp</requirement> </requirements> </xml> + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">nanopolishcomp</xref> + </xrefs> + </xml> <xml name="version_command"> <version_command>NanopolishComp --version</version_command> </xml> |