Mercurial > repos > devteam > picard
comparison picard_ReplaceSamHeader.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 | e65f2d5fd3d8 |
| children |
comparison
equal
deleted
inserted
replaced
| 27:fdca9493e09b | 28:c943f4a04af0 |
|---|---|
| 23 HEADER="${header}" | 23 HEADER="${header}" |
| 24 OUTPUT="${outFile}" | 24 OUTPUT="${outFile}" |
| 25 | 25 |
| 26 QUIET=true | 26 QUIET=true |
| 27 VERBOSITY=ERROR | 27 VERBOSITY=ERROR |
| 28 @TMPDIR_OPTION@ | |
| 29 | 28 |
| 30 ]]></command> | 29 ]]></command> |
| 31 <inputs> | 30 <inputs> |
| 32 <param format="sam,bam" name="inputFile" type="data" label="Select SAM/BAM dataset or dataset collection (header recepient dataset)" help="If empty, upload or import a SAM/BAM dataset"/> | 31 <param format="sam,bam" name="inputFile" type="data" label="Select SAM/BAM dataset or dataset collection (header recepient dataset)" help="If empty, upload or import a SAM/BAM dataset"/> |
| 33 <param name="header" type="data" format="sam,bam" label="SAM/BAM dataset from which Header will be read (header source dataset)" help="HEADER; If empty, upload or import a SAM/BAM dataset"/> | 32 <param name="header" type="data" format="sam,bam" label="SAM/BAM dataset from which Header will be read (header source dataset)" help="HEADER; If empty, upload or import a SAM/BAM dataset"/> |
