Mercurial > repos > fubar > jbrowse2
comparison macros.xml @ 68:c4eb6a85db70 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit bd958a96352bf8dbd1fdb5a2e994d57a42446f33-dirty
author | fubar |
---|---|
date | Fri, 29 Mar 2024 07:27:20 +0000 |
parents | ab0d6782a95f |
children | e26a8a6d2d2e |
comparison
equal
deleted
inserted
replaced
67:cefe9dbf1d80 | 68:c4eb6a85db70 |
---|---|
556 <option value="uri">PAF reference comparison genome tabix .gz URI with index files at the corresponding URIs</option> | 556 <option value="uri">PAF reference comparison genome tabix .gz URI with index files at the corresponding URIs</option> |
557 </param> | 557 </param> |
558 <when value="history"> | 558 <when value="history"> |
559 <repeat name="refgenomes" title="PAF reference comparison genome used to make the PAF"> | 559 <repeat name="refgenomes" title="PAF reference comparison genome used to make the PAF"> |
560 <param label="@LABEL@" format="@FORMAT@" name="annotation" multiple="True" optional="true" type="data" /> | 560 <param label="@LABEL@" format="@FORMAT@" name="annotation" multiple="True" optional="true" type="data" /> |
561 <param label="Short name for track display" name="annoname" type="text" > | 561 <param label="Short name for track display" name="annoname" type="text" help="No spaces allowed here"> |
562 <sanitizer invalid_char="_"> | 562 <sanitizer invalid_char="_"> |
563 <valid initial="string.printable" > | 563 <valid initial="string.printable" > |
564 <remove value="'" /> | 564 <remove value=" " /> |
565 </valid> | 565 </valid> |
566 </sanitizer> | 566 </sanitizer> |
567 </param> | 567 </param> |
568 </repeat> | 568 </repeat> |
569 </when> | 569 </when> |