comparison jbrowse.xml @ 30:ca2def38369c draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 74554507efb46fb40ce6e12f0b73425e52ec0977
author iuc
date Thu, 11 Apr 2019 09:35:00 -0400
parents 112eb40ba6cf
children 2bb2e07a7a21
comparison
equal deleted inserted replaced
29:112eb40ba6cf 30:ca2def38369c
128 user_email="${dataset.history.user.email}" 128 user_email="${dataset.history.user.email}"
129 user_id="${dataset.history.user_id}" 129 user_id="${dataset.history.user_id}"
130 display_name="${dataset.history.get_display_name()}"/> 130 display_name="${dataset.history.get_display_name()}"/>
131 <metadata 131 <metadata
132 #for (key, value) in $dataset.get_metadata().items(): 132 #for (key, value) in $dataset.get_metadata().items():
133 #if "_types" not in $key and $value is not None and len(str($value)) < 20000: 133 #if "_types" not in $key and $value is not None and len(str($value)) < 5000:
134 ${key}="${value}" 134 ${key}="${value}"
135 #end if 135 #end if
136 #end for 136 #end for
137 /> 137 />
138 <tool 138 <tool
480 <when value="NeatCanvasFeatures/View/Track/NeatFeatures"> 480 <when value="NeatCanvasFeatures/View/Track/NeatFeatures">
481 <expand macro="canvas_options" /> 481 <expand macro="canvas_options" />
482 </when> 482 </when>
483 </conditional> 483 </conditional>
484 <expand macro="track_styling" 484 <expand macro="track_styling"
485 classname="feature2" 485 classname="feature"
486 label="product,name,id" 486 label="product,name,id"
487 description="note,description" 487 description="note,description"
488 height="10px"/> 488 height="10px"/>
489 <expand macro="color_selection" /> 489 <expand macro="color_selection" />
490 <expand macro="track_menu" /> 490 <expand macro="track_menu" />