diff picard_ValidateSamFile.xml @ 30:b502c227b5e6 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 0244aa33464cc27d1ce881cb310b8eda36e9a89c
author iuc
date Mon, 22 Aug 2022 09:56:00 +0000
parents 881d7645d1bf
children f9242e01365a
line wrap: on
line diff
--- a/picard_ValidateSamFile.xml	Sun Mar 20 14:06:40 2022 +0000
+++ b/picard_ValidateSamFile.xml	Mon Aug 22 09:56:00 2022 +0000
@@ -2,7 +2,7 @@
   <description>assess validity of SAM/BAM dataset</description>
   <macros>
     <import>picard_macros.xml</import>
-    <token name="@WRAPPER_VERSION@">1</token>
+    <token name="@WRAPPER_VERSION@">2</token>
   </macros>
   <expand macro="requirements" />
   <stdio>
@@ -45,6 +45,7 @@
     REFERENCE_SEQUENCE="${reference_fasta_filename}"
     IGNORE_WARNINGS="${ignore_warnings}"
     IS_BISULFITE_SEQUENCED="${is_bisulfite_sequenced}"
+    VALIDATE_INDEX="${validate_index}"
     MAX_OPEN_TEMP_FILES=`ulimit -Sn`
 
     VERBOSITY=ERROR