diff unionBedGraphs.xml @ 11:7308cc546a36 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 19967671ddd4e750f53d71274e5c12325a402811
author iuc
date Mon, 17 Oct 2016 10:13:35 -0400
parents c78cf6fe3018
children 44867b59dbf2
line wrap: on
line diff
--- a/unionBedGraphs.xml	Mon Oct 03 07:36:08 2016 -0400
+++ b/unionBedGraphs.xml	Mon Oct 17 10:13:35 2016 -0400
@@ -132,7 +132,7 @@
 **Examples using the Zero Coverage checkbox**
 
 Output example (*without* checking "Report regions with zero coverage")::
-    
+
     chr1     900    1000     0    60     0
     chr1    1000    1500    10    60     0
     chr1    1500    1600     0    60     0
@@ -145,7 +145,7 @@
 
 
 Output example (*with* checking "Report regions with zero coverage"). The lines marked with (*) are not covered in any input file, but are still reported (The asterisk marking does not appear in the file).::
-    
+
     chr1       0          900     0     0     0 (*)
     chr1     900         1000     0    60     0
     chr1    1000         1500    10    60     0
@@ -157,7 +157,7 @@
     chr1    2050         2070    20     0    80
     chr1    2070         2090    20     0     0
     chr1    2090         2100    20     0    20
-    chr1    2100    247249719     0     0     0 (*) 
+    chr1    2100    247249719     0     0     0 (*)
 
 
 ------
@@ -167,7 +167,7 @@
 The default value is '0', but you can use any other value.
 
 Output example with **filler = N/A**::
-    
+
     chr1     900    1000    N/A     60    N/A
     chr1    1000    1500     10     60    N/A
     chr1    1500    1600    N/A     60    N/A
@@ -204,14 +204,14 @@
 The input BedGraph files can contain any kind of value in the fourth column, not necessarily a numeric value.
 
 Input Example::
-        
-    File-1                           File-2 
+
+    File-1                           File-2
     chr1   200   300   Sample1       chr1   100   240   0.75
     chr1   400   450   Sample1       chr1   250   700   0.43
     chr1   530   600   Sample2
 
 Output Example::
-    
+
     chr1   100    200    0         0.75
     chr1   200    240    Sample1   0.75
     chr1   240    250    Sample1   0