Mercurial > repos > fubar > jbrowse2
comparison macros.xml @ 134:ed3a21033188 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit bb6736899ac3029f73455637a04a006fcd857fc2
author | bgruening |
---|---|
date | Sun, 20 Oct 2024 07:11:16 +0000 |
parents | cec274db51c0 |
children |
comparison
equal
deleted
inserted
replaced
133:cec274db51c0 | 134:ed3a21033188 |
---|---|
447 <when value="history"> | 447 <when value="history"> |
448 <param name="annotation" type="data" format="@FORMAT@" optional="true" label="@LABEL@" multiple="True"/> | 448 <param name="annotation" type="data" format="@FORMAT@" optional="true" label="@LABEL@" multiple="True"/> |
449 </when> | 449 </when> |
450 <when value="uri"> | 450 <when value="uri"> |
451 <param name="annouri" type="text" label="@LABEL@" help="Requires internet. Will show an error if not online. Saves all the tabix file disk storage"/> | 451 <param name="annouri" type="text" label="@LABEL@" help="Requires internet. Will show an error if not online. Saves all the tabix file disk storage"/> |
452 <param name="annoname" type="text" label="Short name for track display"> | 452 <param name="annoname" type="text" label="Short name for track display. Letters, numbers, - and _ only"> |
453 <sanitizer invalid_char="_"> | 453 <sanitizer invalid_char=""> |
454 <valid initial="string.printable"> | 454 <valid initial="string.ascii_letters,string.digits"> |
455 <remove value="'"/> | 455 <add value="_"/> |
456 <add value="-"/> | |
456 </valid> | 457 </valid> |
457 </sanitizer> | 458 </sanitizer> |
458 </param> | 459 </param> |
459 </when> | 460 </when> |
460 </conditional> | 461 </conditional> |
468 <when value="history"> | 469 <when value="history"> |
469 <param name="annotation" type="data" format="@FORMAT@" label="@LABEL@" help="Add all PAF reference comparison genomes used to make the PAF" multiple="true"/> | 470 <param name="annotation" type="data" format="@FORMAT@" label="@LABEL@" help="Add all PAF reference comparison genomes used to make the PAF" multiple="true"/> |
470 </when> | 471 </when> |
471 <when value="uri"> | 472 <when value="uri"> |
472 <repeat name="refuri" title="PAF reference comparison genome URI" min="1"> | 473 <repeat name="refuri" title="PAF reference comparison genome URI" min="1"> |
473 <param name="annotation" type="text" label="@LABEL@"/> | 474 <param name="uri" type="text" label="@LABEL@"/> |
474 <param name="annoname" type="text" label="Short name for this reference" help="Short names take less track space"> | 475 <param name="refname" type="text" label="Short name for this reference. Letters, numbers, - and _ only" help="Short names take less track space"> |
475 <sanitizer invalid_char="_"> | 476 <sanitizer invalid_char=""> |
476 <valid initial="string.printable"> | 477 <valid initial="string.ascii_letters,string.digits"> |
477 <remove value="'"/> | 478 <add value="_"/> |
479 <add value="-"/> | |
478 </valid> | 480 </valid> |
479 </sanitizer> | 481 </sanitizer> |
480 </param> | 482 </param> |
481 </repeat> | 483 </repeat> |
482 </when> | 484 </when> |