Mercurial > repos > devteam > bowtie2
comparison read_group_macros.xml @ 7:51851252d90f draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/bowtie2 commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
author | devteam |
---|---|
date | Mon, 09 Nov 2015 11:17:26 -0500 |
parents | 5cfa4b6db588 |
children |
comparison
equal
deleted
inserted
replaced
6:76231961d33b | 7:51851252d90f |
---|---|
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 |