comparison bwa_macros.xml @ 16:be4e38d127ae draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/bwa commit e1191c87a0fccfafa0f23c3bd09f416a6700b387
author devteam
date Tue, 21 Nov 2017 09:11:39 -0500
parents 4d82cf59895e
children 48f306c57611
comparison
equal deleted inserted replaced
15:4d82cf59895e 16:be4e38d127ae
1 <macros> 1 <macros>
2 <import>read_group_macros.xml</import> 2 <import>read_group_macros.xml</import>
3 3
4 <token name="@VERSION@">0.7.16</token> 4 <token name="@VERSION@">0.7.17</token>
5 5
6 <token name="@set_rg_string@"> 6 <token name="@set_rg_string@">
7 #set $rg_string = "@RG\\tID:" + str($rg_id) 7 #set $rg_string = "@RG\\tID:" + str($rg_id)
8 #set $rg_string += $format_read_group("\\tSM:", $rg_sm) 8 #set $rg_string += $format_read_group("\\tSM:", $rg_sm)
9 #set $rg_string += $format_read_group("\\tPL:", $rg_pl) 9 #set $rg_string += $format_read_group("\\tPL:", $rg_pl)