| Previous changeset 0:b897c5daf0ce (2025-01-08) Next changeset 2:3e5642ac5620 (2025-02-19) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastk commit 2df03448c35339ea02f112abb0d0f07b5c41d93e |
|
modified:
histex.xml macros.xml |
| b |
| diff -r b897c5daf0ce -r 1fcb1a2950cb histex.xml --- a/histex.xml Wed Jan 08 11:03:09 2025 +0000 +++ b/histex.xml Mon Feb 10 19:30:14 2025 +0000 |
| [ |
| @@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="xrefs"/> <expand macro="requirements"/> <command detect_errors="exit_code"><![CDATA[ ln -s '$input_hist' input.hist && |
| b |
| diff -r b897c5daf0ce -r 1fcb1a2950cb macros.xml --- a/macros.xml Wed Jan 08 11:03:09 2025 +0000 +++ b/macros.xml Mon Feb 10 19:30:14 2025 +0000 |
| b |
| @@ -9,6 +9,11 @@ <requirement type="package" version="@TOOL_VERSION@">fastk</requirement> </requirements> </xml> + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">fastk</xref> + </xrefs> + </xml> <xml name="citations"> <citations> <citation type="bibtex"> |