comparison picard_FixMateInformation.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
comparison
equal deleted inserted replaced
27:fdca9493e09b 28:c943f4a04af0
16 16
17 SORT_ORDER=coordinate 17 SORT_ORDER=coordinate
18 VALIDATION_STRINGENCY="${validation_stringency}" 18 VALIDATION_STRINGENCY="${validation_stringency}"
19 QUIET=true 19 QUIET=true
20 VERBOSITY=ERROR 20 VERBOSITY=ERROR
21 @TMPDIR_OPTION@
22 21
23 ]]></command> 22 ]]></command>
24 <inputs> 23 <inputs>
25 <param name="inputFile" multiple="True" type="data" format="sam,bam" label="Select SAM/BAM dataset or dataset collection" help="If empty, upload or import a SAM/BAM dataset"/> 24 <param name="inputFile" multiple="True" type="data" format="sam,bam" label="Select SAM/BAM dataset or dataset collection" help="If empty, upload or import a SAM/BAM dataset"/>
26 <param name="add_mate_cigar" type="boolean" checked="true" truevalue="True" falsevalue="False" label="Adds the mate CIGAR tag (MC) if true, does not if false" help="ADD_MATE_CIGAR; default=True"/> 25 <param name="add_mate_cigar" type="boolean" checked="true" truevalue="True" falsevalue="False" label="Adds the mate CIGAR tag (MC) if true, does not if false" help="ADD_MATE_CIGAR; default=True"/>