annotate plotFingerprint.xml @ 6:b9141fe4e00c draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 7150f0c106abd56920767518cc331ef6e4e7f439
author bgruening
date Thu, 18 Feb 2016 11:29:48 -0500
parents 30481ee59a46
children 5c4660838326
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
1 <tool id="deeptools_plot_fingerprint" name="plotFingerprint" version="@WRAPPER_VERSION@.0">
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
2 <description>plots profiles of BAM files; useful for assesing ChIP signal strength</description>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
3 <macros>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
4 <token name="@BINARY@">plotFingerprint</token>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
5 <import>deepTools_macros.xml</import>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
6 </macros>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
7 <expand macro="requirements" />
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
8 <command>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
9 <![CDATA[
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
10 @multiple_input_bams@
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
11 @BINARY@
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
12 @THREADS@
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
13 --bamfiles #echo " ".join($files)
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
14 --labels #echo " ".join($labels)
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
15 --plotFile $outFileName
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
16
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
17 #if $output.showOutputSettings == "yes"
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
18 --plotFileFormat $output.outFileFormat
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
19 #if $output.saveRawCounts:
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
20 --outRawCounts '$outFileRawCounts'
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
21 #end if
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
22 #else
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
23 --plotFileFormat 'png'
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
24 #end if
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
25
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
26 #if str($region).strip() != '':
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
27 --region '$region'
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
28 #end if
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
29
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
30 #if $advancedOpt.showAdvancedOpt == "yes":
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
31 --binSize '$advancedOpt.binSize'
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
32 --numberOfSamples '$advancedOpt.numberOfSamples'
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
33
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
34 $advancedOpt.ignoreDuplicates
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
35 $advancedOpt.skipZeros
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
36
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
37 #if $advancedOpt.minMappingQuality:
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
38 --minMappingQuality '$advancedOpt.minMappingQuality'
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
39 #end if
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
40
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
41 #if $advancedOpt.plotTitle and str($advancedOpt.plotTitle.value) != "":
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
42 --plotTitle '$advancedOpt.plotTitle'
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
43 #end if
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
44 @ADVANCED_OPTS_READ_PROCESSING@
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
45 #end if
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
46 ]]>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
47 </command>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
48
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
49 <inputs>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
50 <expand macro="multiple_input_bams" />
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
51 <expand macro="region_limit_operation" />
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
52
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
53 <conditional name="advancedOpt">
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
54 <param name="showAdvancedOpt" type="select" label="Show advanced options" >
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
55 <option value="no" selected="true">no</option>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
56 <option value="yes">yes</option>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
57 </param>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
58 <when value="no" />
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
59 <when value="yes">
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
60 <param argument="--binSize" type="integer" value="500" min="1"
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
61 label="Bin size in bases"
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
62 help="Length in bases for a window used to sample the genome."/>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
63 <param argument="--numberOfSamples" type="integer" value="100000" min="1"
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
64 label="Number of samples"
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
65 help="Number of samples taken from the genome to compute the scaling factors."/>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
66 <expand macro="read_processing_options" />
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
67 <expand macro="skipZeros" />
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
68 <expand macro="plotTitle" />
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
69 </when>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
70 </conditional>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
71
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
72 <conditional name="output">
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
73 <param name="showOutputSettings" type="select" label="Show advanced output settings">
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
74 <option value="no" selected="true">no</option>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
75 <option value="yes">yes</option>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
76 </param>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
77 <when value="no" />
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
78 <when value="yes">
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
79 <expand macro="input_image_file_format" />
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
80 <param name="saveRawCounts" type="boolean" label="Save the bin counts" help="(--outRawCounts)"/>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
81 </when>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
82 </conditional>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
83 </inputs>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
84 <outputs>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
85 <expand macro="output_image_file_format" />
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
86 <data format="tabular" name="outFileRawCounts" label="${tool.name} on ${on_string}: bin counts">
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
87 <filter>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
88 ((
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
89 output['showOutputSettings'] == 'yes' and
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
90 output['saveRawCounts'] is True
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
91 ))
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
92 </filter>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
93 </data>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
94 </outputs>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
95 <tests>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
96 <test>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
97 <param name="bamfiles" value="bowtie2-test1.bam,bowtie2-test1.bam" ftype="bam" />
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
98 <param name="showAdvancedOpt" value="no" />
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
99 <param name="showOutputSettings" value="no" />
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
100 <output name="outFileName" file="plotFingerprint_result1.png" ftype="png" compare="sim_size" />
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
101 </test>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
102 <test>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
103 <param name="bamfiles" value="bowtie2-test1.bam,bowtie2-test1.bam" ftype="bam" />
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
104 <param name="showAdvancedOpt" value="yes" />
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
105 <param name="showOutputSettings" value="yes" />
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
106 <param name="saveRawCounts" value="True" />
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
107 <param name="plotTitle" value="Test Fingerprint Plot" />
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
108 <output name="outFileName" file="plotFingerprint_result2.png" ftype="png" compare="sim_size" />
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
109 <output name="outFileRawCounts" file="plotFingerprint_result2.tabular" ftype="tabular" />
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
110 </test>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
111 </tests>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
112 <help>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
113 <![CDATA[
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
114
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
115
4
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
116 What it does
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
117 ---------------
0
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
118
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
119 This tool is useful for assessing the strength of a ChIP (i.e. how clearly the enrichment signal can be separated from the background)
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
120 and is based on a method described in Diaz et al. (2012) Stat Appl Genet Mol Biol 11(3).
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
121
4
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
122
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
123 Output
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
124 ---------
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
125
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
126 The default output is a diagnostic plot (see below for an example and further down for some background information).
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
127
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
128 Optionally, you can obtain the table of raw counts that was used to generate the plot.
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
129
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
130 .. image:: $PATH_TO_IMAGES/plotFingerprint_output.png
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
131 :width: 600
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
132 :height: 395
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
133
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
134
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
135 Example plot
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
136 -------------
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
137
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
138 What follows is the output of ``plotFingerprint`` with our test ChIP-Seq data sets, limiting the analysis to chromosome X. Single-end reads were extended to
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
139 200 bp (advanced options).
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
140
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
141 .. image:: $PATH_TO_IMAGES/bamFP_galaxy_output.png
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
142 :width: 600
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
143 :height: 450
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
144
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
145 -----------------------------
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
146
6
b9141fe4e00c planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 7150f0c106abd56920767518cc331ef6e4e7f439
bgruening
parents: 4
diff changeset
147 Theoretical Background
b9141fe4e00c planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 7150f0c106abd56920767518cc331ef6e4e7f439
bgruening
parents: 4
diff changeset
148 ----------------------
4
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
149
0
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
150 The tool first samples indexed BAM files and counts all reads overlapping a window (bin) of the specified length.
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
151 These counts are then sorted according to their rank (the bin with the highest number of reads has the highest rank)
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
152 and the cumulative sum of read counts are plotted. An ideal input (control) with a uniform distribution of reads alignments
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
153 result in a diagonal line. A very specific and strong ChIP enrichment, on the other hand, would result in a large portion
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
154 of reads accumulating in just a few bins and the resulting plot showing a steep rise toward the right-most edge. Such results are
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
155 most commonly seen with transcription factors.
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
156
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
157
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
158 .. image:: $PATH_TO_IMAGES/QC_fingerprint.png
4
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
159 :width: 600
30481ee59a46 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents: 0
diff changeset
160 :height: 294
0
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
161
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
162 -----
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
163
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
164 @REFERENCES@
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
165 ]]>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
166 </help>
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
167 <expand macro="citations" />
bb874a0121d5 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
bgruening
parents:
diff changeset
168 </tool>