Mercurial > repos > devteam > picard
comparison picard_MergeSamFiles.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 |
|---|---|
| 25 USE_THREADING=true | 25 USE_THREADING=true |
| 26 SORT_ORDER=coordinate | 26 SORT_ORDER=coordinate |
| 27 VALIDATION_STRINGENCY="${validation_stringency}" | 27 VALIDATION_STRINGENCY="${validation_stringency}" |
| 28 QUIET=true | 28 QUIET=true |
| 29 VERBOSITY=ERROR | 29 VERBOSITY=ERROR |
| 30 @TMPDIR_OPTION@ | |
| 31 | 30 |
| 32 ]]></command> | 31 ]]></command> |
| 33 <inputs> | 32 <inputs> |
| 34 <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"/> | 33 <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"/> |
| 35 <param name="merge_sequence_dictionaries" type="boolean" label="Merge the sequence dictionaries of the datasets being merged" help="MERGE_SEQUENCE_DICTIONARIES; default=False"/> | 34 <param name="merge_sequence_dictionaries" type="boolean" label="Merge the sequence dictionaries of the datasets being merged" help="MERGE_SEQUENCE_DICTIONARIES; default=False"/> |
