diff picard_ReorderSam.xml @ 28:c943f4a04af0 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 285fab1660daa944d6833ae1e059b30cb1e88309
author iuc
date Mon, 25 Sep 2023 08:31:14 +0000
parents e65f2d5fd3d8
children
line wrap: on
line diff
--- a/picard_ReorderSam.xml	Sat Feb 25 20:32:54 2023 +0000
+++ b/picard_ReorderSam.xml	Mon Sep 25 08:31:14 2023 +0000
@@ -21,7 +21,6 @@
       picard CreateSequenceDictionary REFERENCE="${ref_fasta}" OUTPUT="${picard_dict}"
       QUIET=true
       VERBOSITY=ERROR
-      @TMPDIR_OPTION@
 
       &&
 
@@ -42,7 +41,6 @@
       VALIDATION_STRINGENCY="${validation_stringency}"
       QUIET=true
       VERBOSITY=ERROR
-      @TMPDIR_OPTION@
 
   ]]></command>