comparison macros.xml @ 115:4aec47f872b3 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit a25a22e6f1de5f0099b0641e1251f66f685b869c
author bgruening
date Tue, 20 Aug 2024 09:10:27 +0000
parents 75f01bd05bd8
children b55199c56abd
comparison
equal deleted inserted replaced
114:75f01bd05bd8 115:4aec47f872b3
99 <param name="formcoll" type="select" label="Convert a collection of track files rather than filling in the tool form" help="A collection of bam/vcf and other track types will be converted into a JBrowse2 automatically"> 99 <param name="formcoll" type="select" label="Convert a collection of track files rather than filling in the tool form" help="A collection of bam/vcf and other track types will be converted into a JBrowse2 automatically">
100 <option value="form" selected="true">Fill in the tool form to specify tracks for the output JBrowse2</option> 100 <option value="form" selected="true">Fill in the tool form to specify tracks for the output JBrowse2</option>
101 <option value="collect">Convert a collection of suitable track files</option> 101 <option value="collect">Convert a collection of suitable track files</option>
102 </param> 102 </param>
103 <when value="collect"> 103 <when value="collect">
104 <param name="autoCollection" type="data_collection" label="Collection of bed, bam and other track files"/> 104 <param name="autoCollection" type="data_collection" collection_type="list" label="Collection of bed, bam and other track files"/>
105 </when> 105 </when>
106 <when value="form"/> 106 <when value="form"/>
107 </conditional> 107 </conditional>
108 <param name="zipOut" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Create a zip archive for downloading rather than viewing" help="Default is to make an interactive browser appear when the 'eye' icon is activated"/> 108 <param name="zipOut" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Create a zip archive for downloading rather than viewing" help="Default is to make an interactive browser appear when the 'eye' icon is activated"/>
109 <param name="defaultLocation" type="text" value="" label="Subset to display to new users" help="Initial subset to be shown for users who have never visited the browser before. Example: 'ctgA:1234..5678"/> 109 <param name="defaultLocation" type="text" value="" label="Subset to display to new users" help="Initial subset to be shown for users who have never visited the browser before. Example: 'ctgA:1234..5678"/>