comparison macros.xml @ 80:dff27c9f6d72 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 7bb0fa234bdbc42768b30e426472a47b2523297f
author fubar
date Wed, 03 Apr 2024 01:00:21 +0000
parents e26a8a6d2d2e
children 3b2ff9864995
comparison
equal deleted inserted replaced
79:14ecbe46ae9f 80:dff27c9f6d72
555 <option value="uri">PAF reference comparison genome tabix .gz URI with index files at the corresponding URIs</option> 555 <option value="uri">PAF reference comparison genome tabix .gz URI with index files at the corresponding URIs</option>
556 </param> 556 </param>
557 <when value="history"> 557 <when value="history">
558 <repeat name="refgenomes" title="PAF reference comparison genome used to make the PAF" min="1"> 558 <repeat name="refgenomes" title="PAF reference comparison genome used to make the PAF" min="1">
559 <param label="@LABEL@" format="@FORMAT@" name="annotation" multiple="True" optional="true" type="data" /> 559 <param label="@LABEL@" format="@FORMAT@" name="annotation" multiple="True" optional="true" type="data" />
560 <param label="Short name for track display" name="annoname" type="text" help="No spaces allowed here"> 560 <param label="Please provide a short name for track display" name="annoname" type="text"
561 help="Short names take less track space. No spaces allowed here">
561 <sanitizer invalid_char="_"> 562 <sanitizer invalid_char="_">
562 <valid initial="string.printable" > 563 <valid initial="string.printable" >
563 <remove value=" " /> 564 <remove value=" " />
564 </valid> 565 </valid>
565 </sanitizer> 566 </sanitizer>