comparison picard_CollectHsMetrics.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 862298bf72d7
children
comparison
equal deleted inserted replaced
27:fdca9493e09b 28:c943f4a04af0
20 BAIT_INTERVALS='${baitFile}' 20 BAIT_INTERVALS='${baitFile}'
21 TARGET_INTERVALS='${targetFile}' 21 TARGET_INTERVALS='${targetFile}'
22 VALIDATION_STRINGENCY=${validation_stringency} 22 VALIDATION_STRINGENCY=${validation_stringency}
23 QUIET=true 23 QUIET=true
24 VERBOSITY=ERROR 24 VERBOSITY=ERROR
25 @TMPDIR_OPTION@
26 ]]></command> 25 ]]></command>
27 <inputs> 26 <inputs>
28 <param name="inputFile" type="data" format="sam,bam" label="Select SAM/BAM dataset or dataset collection" help="If empty, upload or import a SAM/BAM dataset" /> 27 <param name="inputFile" type="data" format="sam,bam" label="Select SAM/BAM dataset or dataset collection" help="If empty, upload or import a SAM/BAM dataset" />
29 <param name="baitFile" type="data" format="picard_interval_list" label="An interval list file that contains the locations of the baits used" help="If empty, upload or convert from BED" /> 28 <param name="baitFile" type="data" format="picard_interval_list" label="An interval list file that contains the locations of the baits used" help="If empty, upload or convert from BED" />
30 <param name="targetFile" type="data" format="picard_interval_list" label="An interval list file that contains the locations of the targets" help="If empty, upload or convert from BED" /> 29 <param name="targetFile" type="data" format="picard_interval_list" label="An interval list file that contains the locations of the targets" help="If empty, upload or convert from BED" />