diff cluster_lcbs.xml @ 1:e6d8cdb65df0 draft

planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
author cpt
date Mon, 05 Jun 2023 02:40:20 +0000
parents
children c9e004668d6c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cluster_lcbs.xml	Mon Jun 05 02:40:20 2023 +0000
@@ -0,0 +1,33 @@
+<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>
+        <import>cpt-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>