changeset 3:342d303e5468 draft

Uploaded
author brigidar
date Thu, 08 Oct 2015 16:00:08 -0400
parents 04128b8f7bc7
children f2506dfbc7f7
files select_product.xml
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/select_product.xml	Thu Oct 08 15:40:52 2015 -0400
+++ b/select_product.xml	Thu Oct 08 16:00:08 2015 -0400
@@ -1,5 +1,5 @@
 <tool id="select_product" name="select_product" version="0.2">
-    <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>
+    <description>define product names to sort on and flanking region</description>
     <requirements>
            
        </requirements>
@@ -14,7 +14,7 @@
     <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">
+         <param name="keys" type="text" label=" list of keys separated by comma of product names"/>
     </inputs>
 
 
@@ -35,7 +35,9 @@
 
 **What it does**
 
-wrapper for select product script
+
+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
+
 
 -------------