Mercurial > repos > bgruening > deeptools_multi_bigwig_summary
diff multiBigwigSummary.xml @ 4:263b4adf3520 draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
| author | bgruening |
|---|---|
| date | Mon, 15 Feb 2016 10:05:04 -0500 |
| parents | f297f04e34d3 |
| children | dd46b5d1882c |
line wrap: on
line diff
--- a/multiBigwigSummary.xml Mon Jan 25 19:48:09 2016 -0500 +++ b/multiBigwigSummary.xml Mon Feb 15 10:05:04 2016 -0500 @@ -1,5 +1,5 @@ <tool id="deeptools_multi_bigwig_summary" name="multiBigwigSummary" version="@WRAPPER_VERSION@.0"> - <description>calculates average read coverages for a list of two or more bigwig files</description> + <description>calculates average scores for a list of two or more bigwig files</description> <macros> <token name="@BINARY@">multiBigwigSummary</token> <import>deepTools_macros.xml</import> @@ -65,7 +65,7 @@ </conditional> <expand macro="region_limit_operation" /> - <param argument="--outRawCounts" type="boolean" label="Save raw counts (coverages) to file" help=""/> + <param argument="--outRawCounts" type="boolean" label="Save raw counts (scores) to file" help=""/> </inputs> <outputs> @@ -94,20 +94,27 @@ </tests> <help> <