Mercurial > repos > cpt > cpt_xmfa_split
view lcb_split.xml @ 2:e4207a7661e7 draft default tip
planemo upload commit f33bdf952d796c5d7a240b132af3c4cbd102decc
author | cpt |
---|---|
date | Fri, 05 Jan 2024 05:58:11 +0000 |
parents | 5d9bc33ec5d3 |
children |
line wrap: on
line source
<tool id="edu.tamu.cpt.xmfa.split" name="Split LCBs into smaller LCBs" version="@WRAPPER_VERSION@.0"> <description/> <macros> <import>macros.xml</import> </macros> <expand macro="requirements"/> <command detect_errors="aggressive"><![CDATA[ 'python $__tool_directory__/lcb_split.py' @XMFA_INPUT@ --window_size '$window_size' --threshold '$threshold' > '$output' ]]></command> <inputs> <expand macro="xmfa_input"/> <param type="integer" name="window_size" value="10" label="Default window size generating smaller LCBs"/> <param type="float" name="threshold" value="0.7" min="0" max="1" label="Threshold at which a given genome is part of the new small LCBs"/> </inputs> <outputs> <data format="xmfa" name="output"/> </outputs> <help><![CDATA[ **What it does** Helps reduce large and non-sensical protein LCBs into real protein alignments. **WARNING** Probably does not work if you have - strand genes. Need to test. ]]></help> <!-- TODO --> <expand macro="citations"/> </tool>