view select_product.xml @ 1:c76d2a6bedee draft

Uploaded
author brigidar
date Thu, 08 Oct 2015 15:36:47 -0400
parents
children 04128b8f7bc7
line wrap: on
line source

<tool id="select_product" name="select_product" version="0.1">
    <description>Finds all CDS that match the key words provided in the comma separated argument -k in the product description adds a given number of bases on each side of the transcript for the exclusion set</description>
    <requirements>
           
       </requirements>
    <command iterpreter="python">
        select_product.py
        -g $input_file
        -n $number
        -k $keys
        > output_file
    </command>

    <inputs>
        <param format="gbk" name="input_file" type="data" label="reference genbank file"/>
         <param name="number" type="integer" value="50" label="flanking region"/>
         <param name="keys" type="text" label=" list of keys separated by comma of product names">
    </inputs>


    <outputs>
        <data format="tabular" name="output_file" from_work_dir="output_file">
        </data>

        
    </outputs>
    
    <tests>
    <!-- Empty -->
    </tests>

    <help>
        
.. class:: infomark

**What it does**

wrapper for select product script
-------------

.. class:: infomark

**Tool Author**

Brigida Rusconi


    </help>
</tool>