comparison pyGenomeTracks.xml @ 3:feab9265552d draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit 86b573c794af56fb02ba6ca87c5ad636d323c01b"
author iuc
date Mon, 26 Aug 2019 06:20:55 -0400
parents c171f2b7d76e
children c237ba772225
comparison
equal deleted inserted replaced
2:c171f2b7d76e 3:feab9265552d
1 <tool id="pygenomeTracks" name="@BINARY@" version="@WRAPPER_VERSION@.1"> 1 <tool id="pygenomeTracks" name="@BINARY@" version="@WRAPPER_VERSION@.2">
2 <description>plot genomic data tracks</description> 2 <description>plot genomic data tracks</description>
3 <macros> 3 <macros>
4 <token name="@BINARY@">pyGenomeTracks</token> 4 <token name="@BINARY@">pyGenomeTracks</token>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
216 216
217 #if $track.track_file_style_conditional.height_bed: 217 #if $track.track_file_style_conditional.height_bed:
218 height = $track.track_file_style_conditional.height_bed 218 height = $track.track_file_style_conditional.height_bed
219 #end if 219 #end if
220 220
221 #if $track.track_file_style_conditional.labels:
222 labels = $track.track_file_style_conditional.labels 221 labels = $track.track_file_style_conditional.labels
223 #end if
224 222
225 file_type = bed 223 file_type = bed
226 #if $track.track_file_style_conditional.fontsize: 224 #if $track.track_file_style_conditional.fontsize:
227 fontsize = $track.track_file_style_conditional.fontsize 225 fontsize = $track.track_file_style_conditional.fontsize
228 #end if 226 #end if