Mercurial > repos > devteam > picard
diff picard_MarkDuplicates.xml @ 24:e65f2d5fd3d8 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 92e89c89178482870c14cf15f38fbfd4470aa130"
author | iuc |
---|---|
date | Sat, 15 Jan 2022 12:38:18 +0000 |
parents | c1aaa5a116d0 |
children | fdca9493e09b |
line wrap: on
line diff
--- a/picard_MarkDuplicates.xml Wed Sep 01 07:58:57 2021 +0000 +++ b/picard_MarkDuplicates.xml Sat Jan 15 12:38:18 2022 +0000 @@ -2,7 +2,7 @@ <description>examine aligned records in BAM datasets to locate duplicate molecules</description> <macros> <import>picard_macros.xml</import> - <token name="@WRAPPER_VERSION@">2</token> + <token name="@WRAPPER_VERSION@">3</token> </macros> <expand macro="requirements" /> <command detect_errors="exit_code"><![CDATA[ @@ -34,6 +34,7 @@ #end if VALIDATION_STRINGENCY='${validation_stringency}' + TAGGING_POLICY=All QUIET=true VERBOSITY=ERROR @TMPDIR_OPTION@