comparison jbrowse2.xml @ 21:8e34214ccee4 draft

planemo upload for repository https://github.com/usegalaxy-eu/temporary-tools/tree/master/jbrowse2 commit aa26b35c213b2ea7c6bb1ab800afc7e03a82508d
author fubar
date Tue, 30 Jan 2024 09:56:51 +0000
parents bde6b1d09f7d
children 2ddd41a0c2d5
comparison
equal deleted inserted replaced
20:9c7aa5885721 21:8e34214ccee4
233 <option value="blast">Blast XML track - converted to GFF</option> 233 <option value="blast">Blast XML track - converted to GFF</option>
234 <option value="cram">CRAM</option> 234 <option value="cram">CRAM</option>
235 <option value="gene_calls" selected="true">GFF/GFF3/BED feature track</option> 235 <option value="gene_calls" selected="true">GFF/GFF3/BED feature track</option>
236 <option value="hic">HiC (compressed binary) track. Existing cool format must be converted to binary hic - hic_matrix will NOT work.</option> 236 <option value="hic">HiC (compressed binary) track. Existing cool format must be converted to binary hic - hic_matrix will NOT work.</option>
237 <option value="maf">Multiple alignment format track. Reference name must match the MAF name exactly to work correctly</option> 237 <option value="maf">Multiple alignment format track. Reference name must match the MAF name exactly to work correctly</option>
238 <option value="paf">PAF - approximate mapping positions between two set of sequences</option>
238 <option value="sparql">SPARQL</option> 239 <option value="sparql">SPARQL</option>
239 <option value="synteny">Synteny track with PAF data</option>
240 <option value="vcf">VCF SNP annotation</option> 240 <option value="vcf">VCF SNP annotation</option>
241 </param> 241 </param>
242 <when value="blast"> 242 <when value="blast">
243 <expand macro="input_conditional" label="BlastXML Track Data" format="blastxml" /> 243 <expand macro="input_conditional" label="BlastXML Track Data" format="blastxml" />
244 244
300 </when> 300 </when>
301 <when value="wiggle"> 301 <when value="wiggle">
302 <expand macro="input_conditional" label="BigWig Track Data" format="bigwig" /> 302 <expand macro="input_conditional" label="BigWig Track Data" format="bigwig" />
303 <expand macro="track_visibility" /> 303 <expand macro="track_visibility" />
304 </when> 304 </when>
305 <when value="synteny"> 305 <when value="paf">
306 <param label="Comparison genome sequence" help="Paf must use this as the reference to map the real reference sequence" 306 <param label="Comparison genome sequence" help="Paf must use this as the reference to map the real reference sequence"
307 format="fasta" 307 format="fasta"
308 name="synteny_genome" 308 name="synteny_genome"
309 type="data" /> 309 type="data" />
310 <expand macro="input_conditional" label="Synteny data" format="paf" help="Make paf with minimap2 mapping real reference onto desired syntenic reference"/> 310 <expand macro="input_conditional" label="Synteny data" format="paf" help="Make paf with minimap2 mapping real reference onto desired syntenic reference"/>