diff bamCompare.xml @ 6:0da0ae5c854e draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 54a10cf268ca9a5399f13458a1b218be7891bd41
author bgruening
date Wed, 23 Dec 2015 03:59:47 -0500
parents 7aa5951c56b7
children c07969d63d7b
line wrap: on
line diff
--- a/bamCompare.xml	Tue Dec 22 13:47:00 2015 -0500
+++ b/bamCompare.xml	Wed Dec 23 03:59:47 2015 -0500
@@ -74,13 +74,13 @@
         <param argument="--bamFile2" format="bam" type="data" label="Second BAM file (e.g. control sample)"
             help="The BAM file must be sorted."/>
 
-        <param argument="--binSize" type="integer" value="50" min="1"
+        <param argument="--binSize" type="integer" value="50" min="1" 
             label="Bin size in bp"
             help="The genome will be divided in bins (also called tiles) of the specified length. For each bin the overlaping number of fragments (or reads) will be reported.
                 If only half a fragment overlaps, this fraction will be reported."/>
 
         <conditional name="scaling">
-            <param name="method" type="select"
+            <param name="method" type="select" 
                 label="Method to use for scaling the largest sample to the smallest">
                 <option value="readCount" selected="true">read count</option>
                 <option value="SES">signal extraction scaling (SES), check the bamFingerprint plot before using it!</option>
@@ -101,7 +101,7 @@
         </conditional>
 
         <conditional name="comparison">
-            <param name="type" type="select"
+            <param name="type" type="select" 
                 label="How to compare the two files"
                 help="The default is to output the log2ratio between the two samples.
                 The reciprocal ratio returns the negative of the inverse of the ratio if
@@ -218,7 +218,7 @@
 .. image:: $PATH_TO_IMAGES/norm_IGVsnapshot_indFiles.png
 
 
-You can find more details on the bamCompare doc page: https://deeptools.readthedocs.org/en/release-1.6/content/tools/bamCompare.html
+You can find more details on the bamCompare wiki page: https://github.com/fidelram/deepTools/wiki/Normalizations#wiki-bamCompare
 
 
 **Output files**: