diff picard_BedToIntervalList.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 a5a13ea16d17
children
line wrap: on
line diff
--- a/picard_BedToIntervalList.xml	Sat Feb 25 20:32:54 2023 +0000
+++ b/picard_BedToIntervalList.xml	Mon Sep 25 08:31:14 2023 +0000
@@ -18,7 +18,6 @@
       picard CreateSequenceDictionary REFERENCE="${ref_fasta}" OUTPUT="${picard_dict}"
       QUIET=true
       VERBOSITY=ERROR
-      @TMPDIR_OPTION@
 
       &&
 
@@ -37,7 +36,6 @@
       SEQUENCE_DICTIONARY="${picard_dict}"
       QUIET=true
       VERBOSITY=ERROR
-      @TMPDIR_OPTION@
 
   ]]></command>