comparison macros.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 d0743cb18ed8
children 2bb2e07a7a21
comparison
equal deleted inserted replaced
29:112eb40ba6cf 30:ca2def38369c
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <macros> 2 <macros>
3 <token name="@TOOL_VERSION@">1.16.2</token> 3 <token name="@TOOL_VERSION@">1.16.4</token>
4 <xml name="requirements"> 4 <xml name="requirements">
5 <requirements> 5 <requirements>
6 <requirement type="package" version="@TOOL_VERSION@">jbrowse</requirement> 6 <requirement type="package" version="@TOOL_VERSION@">jbrowse</requirement>
7 <requirement type="package" version="2.7">python</requirement> 7 <requirement type="package" version="2.7">python</requirement>
8 <requirement type="package" version="1.72">biopython</requirement> 8 <requirement type="package" version="1.72">biopython</requirement>
413 <xml name="html_options"> 413 <xml name="html_options">
414 <section name="html_options" title="HTMLFeatures Options [Advanced]" expanded="false"> 414 <section name="html_options" title="HTMLFeatures Options [Advanced]" expanded="false">
415 <param label="Top level features" 415 <param label="Top level features"
416 name="topLevelFeatures" 416 name="topLevelFeatures"
417 type="text" 417 type="text"
418 value="mRNA" 418 help="Select which top level features should be displayed. If empty, will try to display all features. If your input files represents gene→mRNA→exon/CDS/UTR, you should use mRNA if exons don't render."
419 help="Select which top level features should be displayed. If empty, will try to display all features. If your input files represents gene→mRNA→exon/CDS/UTR, you should use mRNA otherwise exons will not be rendered."
420 optional="True"/> 419 optional="True"/>
421 </section> 420 </section>
422 </xml> 421 </xml>
423 </macros> 422 </macros>