view cluster_lcbs.xml @ 2:c9e004668d6c draft default tip

planemo upload commit f33bdf952d796c5d7a240b132af3c4cbd102decc
author cpt
date Fri, 05 Jan 2024 05:49:57 +0000
parents e6d8cdb65df0
children
line wrap: on
line source

<tool id="edu.tamu.cpt.cluster_lcbs" name="Merge LCBs within a given threshold distance" version="@WRAPPER_VERSION@.0">
    <description/>
    <macros>
        <import>macros.xml</import>
    
    </macros>
    <expand macro="requirements"/>
    <command detect_errors="aggressive"><![CDATA[
'python $__tool_directory__/cluster_lcbs.py'
@XMFA_INPUT@
'$threshold'
> '$output'
]]></command>
    <inputs>
        <expand macro="xmfa_input"/>
        <param type="integer" name="threshold" value="50" label="maximum number of nucleotides between LCBs in a cluster"/>
    </inputs>
    <outputs>
        <data format="xmfa" name="output"/>
    </outputs>
    <help><![CDATA[
**What it does**

Merges LCBs near each other into one LCB. Helps with cluttered-looking data due to multiple LCBs.

**WARNING**

Might not work if you have - strand genes. Need to test.

]]></help>
    <!-- TODO -->
    <expand macro="citations"/>
</tool>