Mercurial > repos > devteam > picard
comparison picard_ValidateSamFile.xml @ 14:486d7500da69 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 7036343b9ac0a0ffc2ce4f6db465b9298ef05e73
| author | iuc |
|---|---|
| date | Mon, 16 Apr 2018 21:27:09 -0400 |
| parents | 41b8d087a2d2 |
| children | a5a13ea16d17 |
comparison
equal
deleted
inserted
replaced
| 13:c7dd8d7946b8 | 14:486d7500da69 |
|---|---|
| 1 <tool name="ValidateSamFile" id="picard_ValidateSamFile" version="@TOOL_VERSION@.0"> | 1 <tool name="ValidateSamFile" id="picard_ValidateSamFile" version="@TOOL_VERSION@.@WRAPPER_VERSION@"> |
| 2 <description>assess validity of SAM/BAM dataset</description> | 2 <description>assess validity of SAM/BAM dataset</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>picard_macros.xml</import> | 4 <import>picard_macros.xml</import> |
| 5 <token name="@WRAPPER_VERSION@">0</token> | |
| 5 </macros> | 6 </macros> |
| 6 <expand macro="requirements" /> | 7 <expand macro="requirements" /> |
| 7 <stdio> | 8 <stdio> |
| 8 <exit_code range="1:" level="warning"/> | 9 <exit_code range="1:" level="warning"/> |
| 9 </stdio> | 10 </stdio> |
| 218 option can be set to 'null' to clear the default value. Possible values: {true, false} | 219 option can be set to 'null' to clear the default value. Possible values: {true, false} |
| 219 | 220 |
| 220 @more_info@ | 221 @more_info@ |
| 221 | 222 |
| 222 </help> | 223 </help> |
| 224 <expand macro="citations" /> | |
| 223 </tool> | 225 </tool> |
| 224 | |
| 225 |
