comparison jbrowse2.xml @ 11:f5ce31c2f47d draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 4baeb144cafbb61ae0587cce731066129097c168
author fubar
date Sat, 20 Jan 2024 09:33:22 +0000
parents b04fd993b31e
children cce8dacb240f
comparison
equal deleted inserted replaced
10:c60b17456297 11:f5ce31c2f47d
224 <repeat name="data_tracks" title="Annotation Track"> 224 <repeat name="data_tracks" title="Annotation Track">
225 <conditional name="data_format" label="Track Data Selection Options"> 225 <conditional name="data_format" label="Track Data Selection Options">
226 <param type="select" label="Track Type" name="data_format_select"> 226 <param type="select" label="Track Type" name="data_format_select">
227 <option value="pileup">BAM Pileup track</option> 227 <option value="pileup">BAM Pileup track</option>
228 <option value="wiggle">BigWig track</option> 228 <option value="wiggle">BigWig track</option>
229 <option value="blast">Blast XML track - converted to GFF</option> 229 <!-- <option value="blast">Blast XML track - converted to GFF</option> -->
230 <option value="cram">CRAM</option> 230 <option value="cram">CRAM</option>
231 <option value="gene_calls" selected="true">GFF/GFF3/BED feature track</option> 231 <option value="gene_calls" selected="true">GFF/GFF3/BED feature track</option>
232 <option value="hic">HiC (compressed binary) track. Existing cool format must be converted to binary hic - hic_matrix will NOT work.</option> 232 <option value="hic">HiC (compressed binary) track. Existing cool format must be converted to binary hic - hic_matrix will NOT work.</option>
233 <option value="sparql">SPARQL</option> 233 <option value="sparql">SPARQL</option>
234 <option value="synteny">Synteny track with PAF data</option> 234 <option value="synteny">Synteny track with PAF data</option>
235 <option value="vcf">VCF SNP annotation</option> 235 <option value="vcf">VCF SNP annotation</option>
236 </param> 236 </param>
237 <!--
237 <when value="blast"> 238 <when value="blast">
238 <expand macro="input_conditional" label="BlastXML Track Data" format="blastxml" /> 239 <expand macro="input_conditional" label="BlastXML Track Data" format="blastxml" />
239 240
240 <param label="Features used in Blast Search" 241 <param label="Features used in Blast Search"
241 help="in GFF3. This is used so we know where to map features. E.g. where results of which CDS Protein32 match up to. The query IDs in your blast results should MATCH some feature IDs in your GFF3 file. This is an optional field and is most useful if using JBrowse to display protein blast results on a DNA genome. blastn results don't need this, blastp results on a protein sequence don't need this." 242 help="in GFF3. This is used so we know where to map features. E.g. where results of which CDS Protein32 match up to. The query IDs in your blast results should MATCH some feature IDs in your GFF3 file. This is an optional field and is most useful if using JBrowse to display protein blast results on a DNA genome. blastn results don't need this, blastp results on a protein sequence don't need this."
254 type="boolean" 255 type="boolean"
255 name="is_protein" 256 name="is_protein"
256 truevalue="true" 257 truevalue="true"
257 falsevalue="false" /> 258 falsevalue="false" />
258 <expand macro="track_visibility" /> 259 <expand macro="track_visibility" />
259 </when> 260 </when> -->
260 <when value="vcf"> 261 <when value="vcf">
261 <expand macro="input_conditional" label="SNP Track Data" format="vcf,vcf_bgzip" /> 262 <expand macro="input_conditional" label="SNP Track Data" format="vcf,vcf_bgzip" />
262 <expand macro="track_styling_vcf"/> 263 <expand macro="track_styling_vcf"/>
263 <expand macro="track_visibility" /> 264 <expand macro="track_visibility" />
264 </when> 265 </when>