Mercurial > repos > devteam > picard
comparison picard_MarkDuplicates.xml @ 27:fdca9493e09b draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 70d2a66c405be58d4413753792bcadf212a4da84
| author | iuc |
|---|---|
| date | Sat, 25 Feb 2023 20:32:54 +0000 |
| parents | e65f2d5fd3d8 |
| children | c943f4a04af0 |
comparison
equal
deleted
inserted
replaced
| 26:fc3866ddc7b6 | 27:fdca9493e09b |
|---|---|
| 1 <tool name="MarkDuplicates" id="picard_MarkDuplicates" version="@TOOL_VERSION@.@WRAPPER_VERSION@"> | 1 <tool name="MarkDuplicates" id="picard_MarkDuplicates" version="@TOOL_VERSION@.@WRAPPER_VERSION@"> |
| 2 <description>examine aligned records in BAM datasets to locate duplicate molecules</description> | 2 <description>examine aligned records in BAM datasets to locate duplicate molecules</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>picard_macros.xml</import> | 4 <import>picard_macros.xml</import> |
| 5 <token name="@WRAPPER_VERSION@">3</token> | 5 <token name="@WRAPPER_VERSION@">4</token> |
| 6 </macros> | 6 </macros> |
| 7 <expand macro="requirements" /> | 7 <expand macro="requirements" /> |
| 8 <command detect_errors="exit_code"><