changeset 3:12a3082cf023 draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2e8510e4f4015f51f7726de5697ba2de9b4e2f4c
author bgruening
date Wed, 09 Mar 2016 18:13:26 -0500
parents fc29c04c3605
children d5cae1def5cb
files computeGCBias.xml deepTools_macros.xml test-data/bamCoverage_result5.bw test-data/computeMatrix_result1.gz test-data/computeMatrix_result2.gz test-data/computeMatrix_result3.gz test-data/heatmapper_result1.png test-data/heatmapper_result2.png test-data/heatmapper_result2.tabular test-data/plotCorrelation_result1.png test-data/plotCoverage_result1.png test-data/plotPCA_result1.png test-data/plotPCA_result2.png test-data/plotPCA_result2.tabular test-data/profiler_result1.png test-data/profiler_result2.png test-data/profiler_result2.tabular
diffstat 17 files changed, 25 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/computeGCBias.xml	Thu Feb 18 11:48:32 2016 -0500
+++ b/computeGCBias.xml	Wed Mar 09 18:13:26 2016 -0500
@@ -49,7 +49,7 @@
     </command>
     <inputs>
         <param name="bamInput" format="bam" type="data" label="BAM file"
-            help="The BAM file must be sorted."/>
+            help=""/>
 
         <expand macro="reference_genome_source" />
         <expand macro="effectiveGenomeSize" />
@@ -127,29 +127,29 @@
     <help>
 <![CDATA[
 What it does
-------------------
+------------
 
 This tool computes the GC bias using the method proposed in Benjamini and Speed (2012) Nucleic Acids Res. (see below for further details).
 The output is used to plot the results and can also be used later on to correct the bias with the tool ``correctGCbias``.
 There are two plots produced by the tool: a boxplot showing the absolute read numbers per GC-content bin and an x-y plot depicting the ratio of observed/expected reads per GC-content bin.
 
 Output files
---------------
+------------
 
 - Diagnostic plots:
-      - box plot of absolute read numbers per GC-content bin
-      - x-y plot of observed/expected read ratios per GC-content bin
+    - box plot of absolute read numbers per GC-content bin
+    - x-y plot of observed/expected read ratios per GC-content bin
 
 - Tabular file: to be used for GC correction with ``correctGCbias``
 
 .. image:: $PATH_TO_IMAGES/computeGCBias_output.png
-   :width: 600
-   :height: 455
+    :width: 600
+    :height: 455
 
----------------------------------------------
+-----
 
-Background
--------------
+Theoretical Background
+----------------------
 
 ``computeGCBias`` is based on a paper by `Benjamini and Speed <http://nar.oxfordjournals.org/content/40/10/e72>`_.
 The basic assumption of the GC bias diagnosis is that an ideal sample should show a uniform distribution of sequenced reads across the genome, i.e. all regions of the genome should have similar numbers of reads, regardless of their base-pair composition.
@@ -172,8 +172,8 @@
 Now, let's have a look at **real-life data** from genomic DNA sequencing. Panels A and B can be clearly distinguished and the major change that took place between the experiments underlying the plots was that the samples in panel A were prepared with too many PCR cycles and a standard polymerase whereas the samples of panel B were subjected to very few rounds of amplification using a high fidelity DNA polymerase.
 
 .. image:: $PATH_TO_IMAGES/QC_GCplots_input.png
-   :width: 600
-   :height: 452
+    :width: 600
+    :height: 452
 
 **Note:** The expected GC profile depends on the reference genome as different organisms have very different GC contents. For example, one would expect more fragments with GC fractions between 30% to 60% in mouse samples (average GC content of the mouse genome: 45 %) than for genome fragments from, for example, *Plasmodium falciparum* (average genome GC content *P. falciparum*: 20%).
 
--- a/deepTools_macros.xml	Thu Feb 18 11:48:32 2016 -0500
+++ b/deepTools_macros.xml	Wed Mar 09 18:13:26 2016 -0500
@@ -72,12 +72,12 @@
     </xml>
 
     <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token>
-    <token name="@WRAPPER_VERSION@">2.1.0</token>
+    <token name="@WRAPPER_VERSION@">2.2.2</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="2.7.10">python</requirement>
             <requirement type="binary">@BINARY@</requirement>
-            <requirement type="package" version="2.1.0">deepTools</requirement>
+            <requirement type="package" version="2.2.2">deepTools</requirement>
             <yield />
         </requirements>
         <expand macro="stdio" />
@@ -310,13 +310,13 @@
     <xml name="multiple_input_bams">
         <param argument="--bamfiles" type="data" format="bam" min="1"
             label="Bam file" multiple="true"
-            help="The BAM file must be sorted."/>
+            help=""/>
     </xml>
 
     <xml name="multiple_input_bams_min2">
         <param argument="--bamfiles" type="data" format="bam" min="2"
             label="Bam file" multiple="true"
-            help="The BAM file must be sorted."/>
+            help=""/>
     </xml>
 
     <xml name="multiple_input_bigwigs">
Binary file test-data/bamCoverage_result5.bw has changed
Binary file test-data/computeMatrix_result1.gz has changed
Binary file test-data/computeMatrix_result2.gz has changed
Binary file test-data/computeMatrix_result3.gz has changed
Binary file test-data/heatmapper_result1.png has changed
Binary file test-data/heatmapper_result2.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/heatmapper_result2.tabular	Wed Mar 09 18:13:26 2016 -0500
@@ -0,0 +1,3 @@
+bin labels		-0.0Kb	0.0Kb
+bins		1	2
+file_0	genes	2477942.34473	2610259.65234
Binary file test-data/plotCorrelation_result1.png has changed
Binary file test-data/plotCoverage_result1.png has changed
Binary file test-data/plotPCA_result1.png has changed
Binary file test-data/plotPCA_result2.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/plotPCA_result2.tabular	Wed Mar 09 18:13:26 2016 -0500
@@ -0,0 +1,3 @@
+Component	bowtie2-test1.bam	bowtie2-test1.bam	Eigenvalue
+1	-0.707106781187	-0.707106781187	6.0
+2	-0.707106781187	0.707106781187	1.23259516441e-32
Binary file test-data/profiler_result1.png has changed
Binary file test-data/profiler_result2.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/profiler_result2.tabular	Wed Mar 09 18:13:26 2016 -0500
@@ -0,0 +1,3 @@
+bin labels		-0.0Kb	0.0Kb
+bins		1	2
+file_0	genes	2477942.34473	2610259.65234