view proteinortho_macros.xml @ 4:9b67a50799e9 draft

planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 84c463c8317d7c16c2b86b1d8657932cc0f39791
author iuc
date Tue, 22 Nov 2022 16:50:38 +0000
parents 1883d2bffd14
children de26b312c0d2
line wrap: on
line source

<?xml version="1.0"?>
<macros>
   <token name="@TOOL_VERSION@">6.1.2</token>
   <token name="@WRAPPER_VERSION@">1</token>
   <token name="@PROFILE@">20.09</token>
   <xml name="citations">
        <citations>
            <citation type="doi">10.1186/1471-2105-12-124</citation>
            <citation type="doi">10.1371/journal.pone.0105015</citation>
        </citations>
    </xml>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">proteinortho</requirement>
            <!-- blast, blat, and last are not in the biopython requirements
                 diamond is, but latest version does not work: https://gitlab.com/paulklemm_PHD/proteinortho/-/issues/55 -->
            <requirement type="package" version="2.0.15">diamond</requirement>
            <requirement type="package" version="2.13.0">blast</requirement>
            <requirement type="package" version="377">ucsc-blat</requirement>
            <requirement type="package" version="1418">last</requirement>
        </requirements>
    </xml>
    <xml name="version_command">
        <version_command>proteinortho -v</version_command>
    </xml>
</macros>