diff picard_ValidateSamFile.xml @ 15:a5a13ea16d17 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 5ebd6c8453b49dd6a36e372eb1eb6e323bb7ad8a
author iuc
date Tue, 19 Jun 2018 11:28:30 -0400
parents 486d7500da69
children e65f2d5fd3d8
line wrap: on
line diff
--- a/picard_ValidateSamFile.xml	Mon Apr 16 21:27:09 2018 -0400
+++ b/picard_ValidateSamFile.xml	Tue Jun 19 11:28:30 2018 -0400
@@ -2,7 +2,7 @@
   <description>assess validity of SAM/BAM dataset</description>
   <macros>
     <import>picard_macros.xml</import>
-    <token name="@WRAPPER_VERSION@">0</token>
+    <token name="@WRAPPER_VERSION@">1</token>
   </macros>
   <expand macro="requirements" />
   <stdio>
@@ -48,6 +48,7 @@
     MAX_OPEN_TEMP_FILES=`ulimit -Sn`
 
     VERBOSITY=ERROR
+    @TMPDIR_OPTION@
     QUIET=true
 
   ]]></command>