comparison plotCoverage.xml @ 4:1a6309cecf71 draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
author bgruening
date Wed, 23 Dec 2015 14:40:12 -0500
parents 89dc332a851a
children 4679da05d86c
comparison
equal deleted inserted replaced
3:89dc332a851a 4:1a6309cecf71
62 <expand macro="plotTitle" /> 62 <expand macro="plotTitle" />
63 </when> 63 </when>
64 </conditional> 64 </conditional>
65 65
66 <expand macro="input_image_file_format" /> 66 <expand macro="input_image_file_format" />
67 <param argument="--outRawCounts" type="boolean" label="Save raw counts (coverages) to file" help=""/> 67 <param argument="--outRawCounts" type="boolean" label="Save raw counts (coverages) to a file" help=""/>
68 68
69 69
70 </inputs> 70 </inputs>
71 <outputs> 71 <outputs>
72 <expand macro="output_image_file_format_not_nested" /> 72 <expand macro="output_image_file_format_not_nested" />
87 </tests> 87 </tests>
88 <help> 88 <help>
89 <![CDATA[ 89 <![CDATA[
90 **What it does** 90 **What it does**
91 91
92 This tools samples 1 million positions of the genome to build 92 This tools samples 1 million positions in the genome to build
93 a coverage histogram. Multiple bam files are accepted but all should 93 a coverage histogram. Multiple bam files are accepted but all should
94 correspond to the same genome assembly. 94 correspond to the same genome assembly.
95 95
96 96
97 @REFERENCES@ 97 @REFERENCES@