Mercurial > repos > iuc > tooldistillator_summarize
view macro.xml @ 6:30a8447539e4 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 9670088b288a41d4f3e4fdee2d021fd50646b886
author | iuc |
---|---|
date | Tue, 03 Jun 2025 07:20:50 +0000 |
parents | 07d093aaf3b4 |
children | 7fe1fe92de41 |
line wrap: on
line source
<?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">0.9.3</token> <token name="@VERSION_SUFFIX@">0</token> <token name="@PROFILE@">21.05</token> <xml name="version_command"> <version_command><![CDATA[tooldistillator --version]]></version_command> </xml> <xml name="analysis_software_version"> <conditional name="origin"> <param name="origin" type="select" label="Has the dataset just been imported?"> <option value="true">Yes</option> <option value="false">No</option> </param> <when value="true"> <param argument="--analysis_software_version" type="text" optional="true" label="Analysis software version"/> </when> <when value="false"/> </conditional> </xml> <xml name="reference_database_version"> <param argument="--reference_database_version" type="text" optional="true" label="Database software version"/> </xml> <xml name="biotools"> <xrefs> <xref type="bio.tools">tooldistillator</xref> </xrefs> </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">tooldistillator</requirement> </requirements> </xml> <xml name="citations"> <citations> <citation type="doi">10.5281/zenodo.8282656</citation> </citations> </xml> <xml name="element_assert" token_name="" token_text=""> <element name="@NAME@"> <assert_contents> <has_text text="@TEXT@"/> <yield/> </assert_contents> </element> </xml> </macros>