comparison read_group_macros.xml @ 6:961236c5ec73 draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
author devteam
date Mon, 09 Nov 2015 11:49:09 -0500
parents 2589e6207cb4
children 2474cd44d10a
comparison
equal deleted inserted replaced
5:2f3cdd537834 6:961236c5ec73
119 #set $rg_pg = str($rg_param("PG")) 119 #set $rg_pg = str($rg_param("PG"))
120 #else 120 #else
121 #set $rg_pg = '' 121 #set $rg_pg = ''
122 #end if 122 #end if
123 123
124 #if str($rg_param("PI")) 124 #if $rg_param("PI") != None
125 #set $rg_pi = str($rg_param("PI")) 125 #set $rg_pi = str($rg_param("PI"))
126 #else 126 #else
127 #set $rg_pi = '' 127 #set $rg_pi = ''
128 #end if 128 #end if
129 129