Mercurial > repos > iuc > coreprofiler_allele_calling
view macro.xml @ 1:c5aee5f62ef2 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/coreprofiler commit 9a9c63e962751adeddbc652cf68ae9a27f12450b
| author | iuc |
|---|---|
| date | Mon, 06 Oct 2025 15:25:43 +0000 |
| parents | 41b933d366e3 |
| children | 73c978863d17 |
line wrap: on
line source
<?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">1.1.6</token> <token name="@VERSION_SUFFIX@">0</token> <token name="@PROFILE@">22.05</token> <xml name="version_command"> <version_command><![CDATA[coreprofiler --version]]></version_command> </xml> <xml name="biotools"> <xrefs> <xref type="bio.tools">coreprofiler</xref> </xrefs> </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">coreprofiler</requirement> </requirements> </xml> <xml name="citations"> <citations> <citation type="doi">10.5281/zenodo.8282656</citation> <citation type="doi">10.1016/S0022-2836(05)80360-2</citation> </citations> </xml> <xml name="element_assert" token_name="" token_text=""> <element name="@NAME@"> <assert_contents> <has_text text="@TEXT@"/> </assert_contents> </element> </xml> </macros>
