Mercurial > repos > devteam > picard
comparison picard_AddOrReplaceReadGroups.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 | 126c30841c38 |
| children | a5a13ea16d17 |
comparison
equal
deleted
inserted
replaced
| 13:c7dd8d7946b8 | 14:486d7500da69 |
|---|---|
| 1 <tool name="AddOrReplaceReadGroups" id="picard_AddOrReplaceReadGroups" version="@TOOL_VERSION@.0"> | 1 <tool name="AddOrReplaceReadGroups" id="picard_AddOrReplaceReadGroups" version="@TOOL_VERSION@.@WRAPPER_VERSION@"> |
| 2 <description>add or replaces read group information</description> | 2 <description>add or replaces read group information</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>picard_macros.xml</import> | 4 <import>picard_macros.xml</import> |
| 5 <import>read_group_macros.xml</import> | 5 <import>read_group_macros.xml</import> |
| 6 <token name="@WRAPPER_VERSION@">0</token> | |
| 6 </macros> | 7 </macros> |
| 7 <expand macro="requirements" /> | 8 <expand macro="requirements" /> |
| 8 <command detect_errors="exit_code"> | 9 <command detect_errors="exit_code"> |
| 9 @define_read_group_helpers@ | 10 @define_read_group_helpers@ |
| 10 #set $rg_auto_name = $read_group_name_default($inputFile) | 11 #set $rg_auto_name = $read_group_name_default($inputFile) |
| 104 RGPI=Integer | 105 RGPI=Integer |
| 105 PI=Integer Read Group predicted insert size Default value: null. | 106 PI=Integer Read Group predicted insert size Default value: null. |
| 106 | 107 |
| 107 @more_info@ | 108 @more_info@ |
| 108 </help> | 109 </help> |
| 110 <expand macro="citations" /> | |
| 109 </tool> | 111 </tool> |
