Mercurial > repos > bgruening > deeptools
diff bigwigCompare.xml @ 10:135f3bae5c56 draft
Uploaded
author | bgruening |
---|---|
date | Sat, 14 Dec 2013 03:29:29 -0500 |
parents | c53a73b8eef9 |
children | 5ea8782d650c |
line wrap: on
line diff
--- a/bigwigCompare.xml Tue Dec 10 12:13:18 2013 -0500 +++ b/bigwigCompare.xml Sat Dec 14 03:29:29 2013 -0500 @@ -1,6 +1,7 @@ -<tool id="deeptools_bigwigCompare" name="bigwigCompare" version="1.0"> +<tool id="deeptools_bigwigCompare" name="bigwigCompare" version="1.0.2"> <description>normalizes and compares two bigWig files to obtain the ratio, log2ratio or difference</description> <expand macro="requirements"/> + <expand macro="stdio" /> <macros> <import>deepTools_macros.xml</import> </macros> @@ -29,10 +30,6 @@ #end if </command> - <stdio> - <regex match="Error:" /> - <regex match="EXception:" /> - </stdio> <inputs> <param name="bigwigFile1" format="bigwig" type="data" label="Treatment bigwig file" /> <param name="bigwigFile2" format="bigwig" type="data" label="bigWig file" />