view amino2consensus.xml @ 21:d099ef46fd42 draft

planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/micall-lite commit 822e7e1c2de31a72c2a13bcc15b9df06b699561f-dirty
author dfornika
date Wed, 25 Sep 2019 18:51:15 -0400
parents 6043d06d78cb
children
line wrap: on
line source

<tool id="amino2consensus" name="MiCall Amino to Consensus" version="@TOOL_VERSION@+galaxy0">
    <description></description>
    <macros>
        <import>macros.xml</import>
    </macros>
    <requirements>
    </requirements>
    <version_command>echo "@TOOL_VERSION@"</version_command>
    <command detect_errors="exit_code">
        <![CDATA[
          '${__tool_directory__}/amino2consensus.py'
          --threshold ${threshold}
          '${amino}'
          > '${consensus}'
        ]]>
    </command>
    <inputs>
        <param format="csv" name="amino" type="data" label="MiCall amino.csv output" help="MiCall amino.csv output" />
        <param name="threshold" type="float" min="0" value="0.15" max="1" label="Threshold" help="Threshold" />
    </inputs>
    <outputs>
        <data name="consensus" label="consensus" format="fasta"/>
    </outputs>
    <tests>
        <test>
        </test>
    </tests>
    <help><![CDATA[
    ]]></help>
    <expand macro="citations" />
</tool>