Mercurial > repos > devteam > picard
diff picard_AddOrReplaceReadGroups.xml @ 20:2a17c789e0a5 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 5ebd6c8453b49dd6a36e372eb1eb6e323bb7ad8a
author | iuc |
---|---|
date | Tue, 19 Jun 2018 11:28:49 -0400 |
parents | 5053a18d9bc8 |
children | f9242e01365a |
line wrap: on
line diff
--- a/picard_AddOrReplaceReadGroups.xml Mon Apr 16 21:27:29 2018 -0400 +++ b/picard_AddOrReplaceReadGroups.xml Tue Jun 19 11:28:49 2018 -0400 @@ -3,10 +3,10 @@ <macros> <import>picard_macros.xml</import> <import>read_group_macros.xml</import> - <token name="@WRAPPER_VERSION@">0</token> + <token name="@WRAPPER_VERSION@">1</token> </macros> <expand macro="requirements" /> - <command detect_errors="exit_code"> + <command detect_errors="exit_code"><![CDATA[ @define_read_group_helpers@ #set $rg_auto_name = $read_group_name_default($inputFile) @set_read_group_vars@ @@ -26,9 +26,10 @@ VALIDATION_STRINGENCY="${validation_stringency}" QUIET=true VERBOSITY=ERROR + @TMPDIR_OPTION@ OUTPUT="${outFile}" - </command> + ]]></command> <inputs> <param format="bam,sam" name="inputFile" type="data" label="Select SAM/BAM dataset or dataset collection" help="If empty, upload or import a SAM/BAM dataset" />