diff picard_CollectSequencingArtifactsMetrics.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 1cd1cf786389
children 3f254c5ced1d
line wrap: on
line diff
--- a/picard_CollectSequencingArtifactsMetrics.xml	Sun Mar 20 14:06:40 2022 +0000
+++ b/picard_CollectSequencingArtifactsMetrics.xml	Mon Aug 22 09:56:00 2022 +0000
@@ -2,7 +2,7 @@
   <description>Collect metrics to quantify single-base sequencing artifacts</description>
   <macros>
     <import>picard_macros.xml</import>
-    <token name="@WRAPPER_VERSION@">1</token>
+    <token name="@WRAPPER_VERSION@">2</token>
   </macros>
   <expand macro="requirements">
     <requirement type="package" version="3.4.1">r-base</requirement>
@@ -31,7 +31,8 @@
     INCLUDE_UNPAIRED='${unpaired}'
     MAXIMUM_INSERT_SIZE='${max_size}'
     MINIMUM_INSERT_SIZE='${min_size}'
-    MINIMUM_MAPPING_QUALITY='${minim_map_quality}';
+    MINIMUM_MAPPING_QUALITY='${minim_map_quality}'
+    VALIDATION_STRINGENCY='${validation_stringency}';
   ]]></command>  
   <inputs>
     <param name='inputFile' format="sam,bam" type='data' label='SAM/BAM Input file'/>