diff picard_ReorderSam.xml @ 32:f9242e01365a draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 285fab1660daa944d6833ae1e059b30cb1e88309
author iuc
date Mon, 25 Sep 2023 08:32:17 +0000
parents 881d7645d1bf
children 3f254c5ced1d
line wrap: on
line diff
--- a/picard_ReorderSam.xml	Sat Feb 25 20:33:49 2023 +0000
+++ b/picard_ReorderSam.xml	Mon Sep 25 08:32:17 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>