# HG changeset patch
# User bgruening
# Date 1455550046 18000
# Node ID f2a582e0314d51d11335998065302dfb98248276
# Parent 04b612e24e6291103aa54c234c3e5ca8cde74761
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit fef8b344925620444d93d8159c0b2731a5777920
diff -r 04b612e24e62 -r f2a582e0314d deepTools_macros.xml
--- a/deepTools_macros.xml Mon Jan 25 20:18:00 2016 -0500
+++ b/deepTools_macros.xml Mon Feb 15 10:27:26 2016 -0500
@@ -72,12 +72,12 @@
--numberOfProcessors "\${GALAXY_SLOTS:-4}"
- 2.0.1
+ 2.1.0
python
@BINARY@
- deepTools
+ deepTools
@@ -104,6 +104,7 @@
+
+
+
+
@@ -126,6 +136,11 @@
--kmeans $advancedOpt.used_multiple_regions.clustering.k_kmeans
#end if
#end if
+ #if $advancedOpt.used_multiple_regions.clustering.clustering_options == 'hclust':
+ #if int($advancedOpt.used_multiple_regions.clustering.n_hclust) > 0:
+ --hclust $advancedOpt.used_multiple_regions.clustering.n_hclust
+ #end if
+ #end if
#end if
@@ -293,6 +308,12 @@
+
+
+
+
@@ -310,6 +331,7 @@
help="Title of the plot, to be printed on top of the generated image." />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ #if $advancedOpt.doExtendCustom.doExtend == 'custom':
+ --extendReads $advancedOpt.doExtendCustom.extendReadsValue
+ #else if $advancedOpt.doExtendCustom.doExtend == 'yes':
+ --extendReads
+ #end if
+ $advancedOpt.ignoreDuplicates
+ $advancedOpt.centerReads
+ #if $advancedOpt.minMappingQuality:
+ --minMappingQuality '$advancedOpt.minMappingQuality'
+ #end if
+ #if $advancedOpt.samFlagInclude:
+ --samFlagInclude $advancedOpt.samFlagInclude
+ #end if
+ #if $advancedOpt.samFlagExclude:
+ --samFlagExclude $advancedOpt.samFlagExclude
+ #end if
+
+
+
+
+
+
+
+
+
+
+ #if str($plotting_type.zMin) != "":
+ --zMin $plotting_type.zMin
+ #end if
+ #if str($plotting_type.zMax) != "":
+ --zMax $plotting_type.zMax
+ #end if
+ --colorMap '$plotting_type.colorMap'
+ $plotting_type.plotNumbers
+ --plotTitle '$plotting_type.plotTitle'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ --numberOfProcessors "\${GALAXY_SLOTS:-4}"
+<<<<<<< HEAD
+ 2.0.1.0
+=======
+ 2.1.0
+>>>>>>> d56067f86089e75354a2fad266002db3730766d9
+
+
+ python
+ @BINARY@
+<<<<<<< HEAD
+ deepTools
+=======
+ deepTools
+>>>>>>> d56067f86089e75354a2fad266002db3730766d9
+
+
+
+ @BINARY@ --version
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ #if $advancedOpt.used_multiple_regions.used_multiple_regions_options == 'no':
+ #if $advancedOpt.used_multiple_regions.clustering.clustering_options == 'kmeans':
+ #if int($advancedOpt.used_multiple_regions.clustering.k_kmeans) > 0:
+ --kmeans $advancedOpt.used_multiple_regions.clustering.k_kmeans
+ #end if
+ #end if
+ #if $advancedOpt.used_multiple_regions.clustering.clustering_options == 'hclust':
+ #if int($advancedOpt.used_multiple_regions.clustering.n_hclust) > 0:
+ --hclust $advancedOpt.used_multiple_regions.clustering.n_hclust
+ #end if
+ #end if
+ #end if
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+.. class:: infomark
+
+For more information on the tools, please visit our `help site`_.
+
+If you would like to give us feedback or you run into any trouble, please send an email to deeptools@googlegroups.com
+
+This tool is developed by the `Bioinformatics and Deep-Sequencing Unit`_ at the `Max Planck Institute for Immunobiology and Epigenetics`_.
+
+.. _Bioinformatics and Deep-Sequencing Unit: http://www.ie-freiburg.mpg.de/bioinformaticsfac
+.. _Max Planck Institute for Immunobiology and Epigenetics: http://www3.ie-freiburg.mpg.de
+.. _help site: https://deeptools.readthedocs.org/
+
+
+
+
+ 10.1093/nar/gku365
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ #if $source.ref_source=="history":
+ --genome $source.input1
+ #else:
+ --genome "$source.input1_2bit.fields.path"
+ #end if
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ((
+ output['showOutputSettings'] == 'yes' and
+ output['saveMatrix'] is True
+ ))
+
+
+
+
+
+
+
+ ((
+ output['showOutputSettings'] == 'yes' and
+ output['saveSortedRegions'] is True
+ ))
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 04b612e24e62 -r f2a582e0314d multiBamSummary.xml
--- a/multiBamSummary.xml Mon Jan 25 20:18:00 2016 -0500
+++ b/multiBamSummary.xml Mon Feb 15 10:27:26 2016 -0500
@@ -41,14 +41,14 @@
-
+
-
@@ -63,7 +63,7 @@
@@ -102,26 +102,27 @@
-
+
-
-
+
+
diff -r 04b612e24e62 -r f2a582e0314d tool_dependencies.xml.orig
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml.orig Mon Feb 15 10:27:26 2016 -0500
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<<<<<<< HEAD
+
+
+=======
+
+
+
+
+
+
+
+
+>>>>>>> d56067f86089e75354a2fad266002db3730766d9
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ https://pypi.python.org/packages/source/d/deepTools/deepTools-2.1.0.tar.gz
+
+
+
+ $INSTALL_DIR/bin
+ $INSTALL_DIR
+ $INSTALL_DIR
+ $INSTALL_DIR
+ $INSTALL_DIR/bin
+
+ $ENV[LIBPNG_LIB_PATH]
+ $ENV[LIBPNG_LIB_PATH]
+
+ TRUE
+
+
+
+
+ Installation of deepTools from Fidel Ramirez.
+ https://github.com/fidelram/deepTools
+
+
+