comparison picard_RevertOriginalBaseQualitiesAndAddMateCigar.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
18 18
19 SORT_ORDER=coordinate 19 SORT_ORDER=coordinate
20 VALIDATION_STRINGENCY="${validation_stringency}" 20 VALIDATION_STRINGENCY="${validation_stringency}"
21 QUIET=true 21 QUIET=true
22 VERBOSITY=ERROR 22 VERBOSITY=ERROR
23 @TMPDIR_OPTION@
24 23
25 ]]></command> 24 ]]></command>
26 <inputs> 25 <inputs>
27 <param format="sam,bam" name="inputFile" type="data" multiple="True" label="Select SAM/BAM dataset or dataset collection" help="If empty, upload or import a SAM/BAM dataset"/> 26 <param format="sam,bam" name="inputFile" type="data" multiple="True" label="Select SAM/BAM dataset or dataset collection" help="If empty, upload or import a SAM/BAM dataset"/>
28 <param name="restore_original_qualities" type="boolean" checked="True" label="Restore original qualities from the OQ field to the QUAL field if available" help="RESTORE_ORIGINAL_QUALITIES; default=True"/> 27 <param name="restore_original_qualities" type="boolean" checked="True" label="Restore original qualities from the OQ field to the QUAL field if available" help="RESTORE_ORIGINAL_QUALITIES; default=True"/>