Mercurial > repos > fubar > jbrowse2
comparison jbrowse2.xml @ 58:0e592dcaeb7f draft
planemo upload for repository https://github.com/usegalaxy-eu/temporary-tools/tree/master/jbrowse2 commit 4b5df41484f6bdf316edaf95b53c92d328ec1674-dirty
author | fubar |
---|---|
date | Thu, 21 Mar 2024 09:06:52 +0000 |
parents | 94264fe60478 |
children | f807e219cec3 |
comparison
equal
deleted
inserted
replaced
57:94264fe60478 | 58:0e592dcaeb7f |
---|---|
193 #end for | 193 #end for |
194 </files> | 194 </files> |
195 | 195 |
196 <options> | 196 <options> |
197 <style> | 197 <style> |
198 #if str($track.data_format.data_format_select) in ["gff", "bed", "vcf", "paf", "maf", "blastxml"]: | 198 #if str($track.data_format.data_format_select) in ["gff", "bed", "vcf", "maf", "blastxml"]: |
199 <type>${track.data_format.jbstyle.track_style.display}</type> | 199 <type>${track.data_format.jbstyle.track_style.display}</type> |
200 #if str($track.data_format.jbstyle.track_style.display) in ["LinearBasicDisplay", "LinearVariantDisplay"]: | 200 #if str($track.data_format.jbstyle.track_style.display) in ["LinearBasicDisplay", "LinearVariantDisplay"]: |
201 <trackShowLabels>${track.data_format.jbstyle.track_style.show_labels}</trackShowLabels> | 201 <trackShowLabels>${track.data_format.jbstyle.track_style.show_labels}</trackShowLabels> |
202 <trackShowDescriptions>${track.data_format.jbstyle.track_style.show_descriptions}</trackShowDescriptions> | 202 <trackShowDescriptions>${track.data_format.jbstyle.track_style.show_descriptions}</trackShowDescriptions> |
203 #end if | 203 #end if |