changeset 5:95443b3fb0e4 draft

planemo upload for repository https://github.com/gpovysil/galaxy/tools/range2tag commit 67c01538ebe5b2f2942479b254e4d198ad83f2d4
author gpovysil
date Wed, 23 May 2018 08:00:49 -0400
parents e2ccee720583
children 61b22c0ed58b
files range2tag.xml
diffstat 1 files changed, 19 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/range2tag.xml	Wed May 16 09:43:08 2018 -0400
+++ b/range2tag.xml	Wed May 23 08:00:49 2018 -0400
@@ -13,7 +13,7 @@
         <param name="file2" type="data" format="txt" label="Dataset 2: TXT file with start and stop positions of regions." optional="false" help="Tab delimited TXT file with start and stop positions of regions."/>
     </inputs>
     <outputs>
-        <data name="output" format="tabular" />
+        <data name="output" format="txt" />
     </outputs>
     <help> <![CDATA[
 **What it does**
@@ -27,10 +27,26 @@
     
     **Dataset 2:** Tab delimited TXT file with start and stop positions.
     
+    +--------+--------+
+    | 90     | 633    |
+    +--------+--------+
+    | 659    | 1140   |
+    +--------+--------+
+    | 1144   | 1561   |
+    +--------+--------+ 
+    
+    
 **Output**
         
-    The output is a tabular file of tags of all reads that overlap the user-specified regions with start_stop in the first column and the tag in the second column.
-        
+    The output is a blank delimited TXT file of tags of all reads that overlap the user-specified regions with start_stop in the first column and the tag in the second column.
+    
+    +-----------+------------------------------+
+    | 87_636    | AAATCAAAGTATGAATGAAGTTGCCT   |
+    +-----------+------------------------------+
+    | 87_636    | AAATTCATAGCATTAATTTCAACGGG   |
+    +-----------+------------------------------+
+    | 656_1143  | GGGGCAGCCATATTGGCAATTATCAT   |
+    +-----------+------------------------------+
         
 **About Author**