Mercurial > repos > fubar > jbrowse2
comparison jbrowse2.xml @ 27:4ff1ed2065cc draft
planemo upload for repository https://github.com/usegalaxy-eu/temporary-tools/tree/master/jbrowse2 commit d733fb18a02929c9e9959ad30bd0f1368118e924-dirty
author | fubar |
---|---|
date | Wed, 07 Feb 2024 22:37:10 +0000 |
parents | 39b717d934a8 |
children | 8f02a84ee278 |
comparison
equal
deleted
inserted
replaced
26:e578621acb13 | 27:4ff1ed2065cc |
---|---|
163 <gff> | 163 <gff> |
164 #if $track.data_format.match_part.match_part_select == "true": | 164 #if $track.data_format.match_part.match_part_select == "true": |
165 <match>${track.data_format.match_part.name}</match> | 165 <match>${track.data_format.match_part.name}</match> |
166 #end if | 166 #end if |
167 </gff> | 167 </gff> |
168 #else if str($track.data_format.data_format_select) == "synteny": | 168 #else if str($track.data_format.data_format_select) == "paf": |
169 <synteny> | 169 <paf> |
170 <genome>${track.data_format.synteny_genome}</genome> | 170 <genome>${track.data_format.synteny_genome}</genome> |
171 <genome_label>${track.data_format.synteny_genome.name}</genome_label> | 171 <genome_label>${track.data_format.synteny_genome.name}</genome_label> |
172 </synteny> | 172 </paf> |
173 #else if str($track.data_format.data_format_select) == "hic": | 173 #else if str($track.data_format.data_format_select) == "hic": |
174 <hic> | 174 <hic> |
175 </hic> | 175 </hic> |
176 #else if str($track.data_format.data_format_select) == "cool": | 176 #else if str($track.data_format.data_format_select) == "cool": |
177 <cool> | 177 <cool> |
281 <when value="true"> | 281 <when value="true"> |
282 <param label="Match Part Feature Type" | 282 <param label="Match Part Feature Type" |
283 name="name" | 283 name="name" |
284 type="text" | 284 type="text" |
285 value="match" | 285 value="match" |
286 help="Match_parts have several options for the parent feature type, such as cDNA_match, match, translated_nucleotide_match, etc. Please select the appropriate one here. You can leave empty to try autodetection (only works with CanvasFeatures track type)." | 286 help="Match_parts have options for the parent feature type, such as cDNA_match, match, translated_nucleotide_match, etc. Please select the appropriate one here. You can leave empty to try autodetection (only works with CanvasFeatures track type)." |
287 optional="True"/> | 287 optional="True"/> |
288 </when> | 288 </when> |
289 <when value="false" /> | 289 <when value="false" /> |
290 </conditional> | 290 </conditional> |
291 <expand macro="track_visibility" /> | 291 <expand macro="track_visibility" /> |
314 <expand macro="input_conditional" label="Synteny data" format="paf" help="Make paf with minimap2 mapping real reference onto desired syntenic reference"/> | 314 <expand macro="input_conditional" label="Synteny data" format="paf" help="Make paf with minimap2 mapping real reference onto desired syntenic reference"/> |
315 <expand macro="track_visibility" /> | 315 <expand macro="track_visibility" /> |
316 </when> | 316 </when> |
317 | 317 |
318 <when value="hic"> | 318 <when value="hic"> |
319 <expand macro="input_conditional" label="HiC data" format="hic" /> | 319 <expand macro="input_conditional" label="Binary Juicebox HiC data" format="hic,juicebox_hic" /> |
320 <expand macro="track_visibility" /> | 320 <expand macro="track_visibility" /> |
321 </when> | 321 </when> |
322 <when value="cool"> | 322 <when value="cool"> |
323 <expand macro="input_conditional" label="HiC data in cool/mcool/scool format" format="cool,mcool,scool" /> | 323 <expand macro="input_conditional" label="HiC data in cool/mcool/scool format" format="cool,mcool,scool" /> |
324 <expand macro="track_visibility" /> | 324 <expand macro="track_visibility" /> |