diff unionBedGraphs.xml @ 10:c78cf6fe3018 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 44bebb8a97d64015cbba59f0663e2541035112b6
author iuc
date Mon, 03 Oct 2016 07:36:08 -0400
parents 607c0576c6ab
children 7308cc546a36
line wrap: on
line diff
--- a/unionBedGraphs.xml	Wed Sep 14 17:30:10 2016 -0400
+++ b/unionBedGraphs.xml	Mon Oct 03 07:36:08 2016 -0400
@@ -105,9 +105,6 @@
 
 This tool merges multiple BedGraph files, allowing direct and fine-scale coverage comparisons among many samples/files. The BedGraph files need not represent the same intervals; the tool will identify both common and file-specific intervals. In addition, the BedGraph values need not be numeric: one can use any text as the BedGraph value and the tool will compare the values from multiple files.
 
-.. image:: http://people.virginia.edu/~arq5x/files/bedtools-galaxy/ubg.png
-
-
 .. class:: warningmark
 
 This tool requires that each BedGraph file is reference-sorted (chrom, then start) and contains non-overlapping intervals (within a given file).