changeset 23:06277c005b1a draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2c5f94de9ddf6798e49b7e9c340c841ca2bfbcfe
author bgruening
date Tue, 20 Sep 2016 03:08:16 -0400
parents e6cf706b144b
children eaced21be404
files deepTools_macros.xml plotProfiler.xml tool_dependencies.xml
diffstat 3 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/deepTools_macros.xml	Fri Aug 12 05:18:13 2016 -0400
+++ b/deepTools_macros.xml	Tue Sep 20 03:08:16 2016 -0400
@@ -91,17 +91,18 @@
             <sanitizer>
                 <valid initial="string.letters,string.digits">
                     <add value="|"/>
+                    <add value=":"/>
                  </valid>
             </sanitizer>
         </param>
     </xml>
 
     <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token>
-    <token name="@WRAPPER_VERSION@">2.3.3</token>
+    <token name="@WRAPPER_VERSION@">2.3.5</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="2.7.10">python</requirement>
-            <requirement type="package" version="2.3.3">deepTools</requirement>
+            <requirement type="package" version="2.3.5">deepTools</requirement>
             <yield />
         </requirements>
         <expand macro="stdio" />
--- a/plotProfiler.xml	Fri Aug 12 05:18:13 2016 -0400
+++ b/plotProfiler.xml	Tue Sep 20 03:08:16 2016 -0400
@@ -16,8 +16,8 @@
             #if $output.showOutputSettings == "yes"
                 --plotFileFormat $output.outFileFormat
 
-                #if $dpi:
-                    --dpi "$dpi"
+                #if $output.dpi:
+                    --dpi "$output.dpi"
                 #end if
 
                 #if $output.saveSortedRegions:
--- a/tool_dependencies.xml	Fri Aug 12 05:18:13 2016 -0400
+++ b/tool_dependencies.xml	Tue Sep 20 03:08:16 2016 -0400
@@ -3,7 +3,7 @@
     <package name="python" version="2.7.10">
         <repository changeset_revision="a28e3c30828d" name="package_python_2_7_10" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
     </package>
-    <package name="deepTools" version="2.3.3">
-        <repository changeset_revision="b24e063c73ea" name="package_python_2_7_deeptools_2_3_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+    <package name="deepTools" version="2.3.5">
+        <repository changeset_revision="745a2ca3e6f3" name="package_python_2_7_deeptools_2_3_5" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
     </package>
 </tool_dependency>