annotate plotCoverage.xml @ 0:fd4a79e7e5f0 draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
author bgruening
date Mon, 21 Dec 2015 19:06:15 -0500
parents
children 9f2b016177e7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
1 <tool id="deeptools_plot_coverage" name="plotCoverage" version="@WRAPPER_VERSION@.0">
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
2 <description>creates a heatmap of correlation scores between different samples </description>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
3 <macros>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
4 <token name="@BINARY@">plotCoverage</token>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
5 <import>deepTools_macros.xml</import>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
6 </macros>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
7 <expand macro="requirements"/>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
8 <command>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
9 <![CDATA[
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
10 #set files=[]
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
11 #set labels=[]
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
12
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
13 @multiple_input_bams@
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
14
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
15 @BINARY@
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
16
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
17 @THREADS@
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
18
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
19 --plotFile '$outFileName'
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
20 --bamfiles '#echo "' '".join($files)#'
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
21 --labels '#echo "' '".join($labels)#'
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
22 --plotFileFormat "$outFileFormat"
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
23
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
24 #if $outRawCounts:
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
25 --outRawCounts '$outFileRawCounts'
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
26 #end if
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
27
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
28 #if $advancedOpt.showAdvancedOpt == "yes":
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
29 --numberOfSamples '$advancedOpt.numberOfSamples'
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
30 $advancedOpt.skipZeros
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
31
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
32 #if str($advancedOpt.region).strip() != '':
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
33 --region '$advancedOpt.region'
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
34 #end if
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
35 --numberOfSamples $advancedOpt.numberOfSamples
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
36
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
37 #if $advancedOpt.plotTitle and str($advancedOpt.plotTitle.value) != "":
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
38 --plotTitle '$advancedOpt.plotTitle'
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
39 #end if
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
40 @ADVANCED_OPTS_READ_PROCESSING@
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
41 #end if
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
42
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
43 ]]>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
44 </command>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
45 <inputs>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
46
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
47 <expand macro="multiple_input_bams" />
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
48
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
49 <conditional name="advancedOpt">
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
50 <param name="showAdvancedOpt" type="select" label="Show advanced options" >
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
51 <option value="no" selected="true">no</option>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
52 <option value="yes">yes</option>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
53 </param>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
54 <when value="no" />
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
55 <when value="yes">
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
56 <param argument="--numberOfSamples" type="integer" value="100000" min="1"
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
57 label="Number of samples"
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
58 help="Number of samples taken from the genome to compute the scaling factors."/>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
59 <expand macro="region_limit_operation" />
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
60 <expand macro="read_processing_options" />
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
61 <expand macro="skipZeros" />
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
62 <expand macro="plotTitle" />
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
63 </when>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
64 </conditional>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
65
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
66 <expand macro="input_image_file_format" />
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
67 <param argument="--outRawCounts" type="boolean" label="Save raw counts (coverages) to file" help=""/>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
68
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
69
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
70 </inputs>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
71 <outputs>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
72 <expand macro="output_image_file_format_not_nested" />
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
73 <data format="tabular" name="outFileRawCounts" label="${tool.name} on ${on_string}: bin counts">
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
74 <filter>outRawCounts is True</filter>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
75 </data>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
76 </outputs>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
77 <tests>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
78 <test>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
79 <param name="bamfiles" value="bowtie2-test1.bam,bowtie2-test1.bam" ftype="bam" />
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
80 <!--param name="outFileFormat" value="png" /-->
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
81 <param name="showAdvancedOpt" value="yes" />
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
82 <param name="plotTitle" value="Test Title from Galaxy" />
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
83 <param name="outRawCounts" value="True" />
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
84 <output name="outFileRawCounts" file="plotCoverage_result1.tabular" ftype="tabular" />
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
85 <output name="outFileName" file="plotCoverage_result1.png" ftype="png" compare="sim_size" delta="100" />
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
86 </test>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
87 </tests>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
88 <help>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
89 <![CDATA[
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
90 **What it does**
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
91
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
92 This tools samples 1 million positions of the genome to build
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
93 a coverage histogram. Multiple bam files are accepted but all should
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
94 correspond to the same genome assembly.
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
95
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
96
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
97 @REFERENCES@
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
98 ]]>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
99 </help>
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
100 <expand macro="citations" />
fd4a79e7e5f0 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff changeset
101 </tool>