view macros.xml @ 3:7dc2de2e43fa draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/instrain commit aa7c7a35834f36dad6e72d5f54089a578be60731
author iuc
date Thu, 02 Nov 2023 14:59:54 +0000
parents c332659ecdcc
children
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <token name="@TOOL_VERSION@">1.5.3</token>
    <token name="@VERSION_SUFFIX@">1</token>
    <token name="@PROFILE@">20.01</token>
    <xml name="biotools">
        <xrefs>
            <xref type="bio.tools">instrain</xref>
        </xrefs>
    </xml>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">instrain</requirement>
            <requirement type="package" version="3.0">zip</requirement>
            <yield/>
        </requirements>
    </xml>
    <token name="@HELP_HEADER@">
What it does
============

inStrain is python program for analysis of co-occurring genome populations from metagenomes that allows highly accurate genome comparisons, analysis of coverage, microdiversity, and linkage, and sensitive SNP detection with gene localization and synonymous non-synonymous identification. 

Read more about the tool: https://instrain.readthedocs.io/en/latest/
    </token>
    <xml name="citations">
        <citations>
            <citation type="doi">10.1101/2020.01.22.915579</citation>
        </citations>
    </xml>
</macros>