Mercurial > repos > fubar > jbrowse2
comparison macros.xml @ 99:990291e918c7 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit a1537aea75fc902d0e38c0b7c698830a939648b1-dirty
author | fubar |
---|---|
date | Fri, 21 Jun 2024 23:34:31 +0000 |
parents | b1260bca5fdc |
children | 666c07b60cd2 |
comparison
equal
deleted
inserted
replaced
98:b1260bca5fdc | 99:990291e918c7 |
---|---|
331 <conditional name="track_style"> | 331 <conditional name="track_style"> |
332 <param name="display" type="select" label="Display style" help="How the track will be displayed by default"> | 332 <param name="display" type="select" label="Display style" help="How the track will be displayed by default"> |
333 <option value="LinearWiggleDisplay" selected="true">LinearWiggleDisplay</option> | 333 <option value="LinearWiggleDisplay" selected="true">LinearWiggleDisplay</option> |
334 </param> | 334 </param> |
335 <when value="LinearWiggleDisplay"> | 335 <when value="LinearWiggleDisplay"> |
336 <param name="color" type="color" value="#135560" label="Wiggle colour"> | |
337 <sanitizer> | |
338 <valid initial="string.ascii_letters,string.digits"> | |
339 <add value="#"/> | |
340 </valid> | |
341 </sanitizer> | |
342 </param> | |
336 <param name="autoscale" type="select" label="Autoscale type"> | 343 <param name="autoscale" type="select" label="Autoscale type"> |
337 <option value="local" selected="true">Local</option> | 344 <option value="local" selected="true">Local</option> |
338 <option value="global">Global</option> | 345 <option value="global">Global</option> |
339 <option value="globalsd">Global ± 3σ</option> | 346 <option value="globalsd">Global ± 3σ</option> |
340 <option value="localsd">Local ± 3σ</option> | 347 <option value="localsd">Local ± 3σ</option> |
430 </xml> | 437 </xml> |
431 <xml name="input_conditional" token_label="Track Data" token_format="data"> | 438 <xml name="input_conditional" token_label="Track Data" token_format="data"> |
432 <conditional name="useuri"> | 439 <conditional name="useuri"> |
433 <param name="insource" type="select" label="Define track data as a history file or an internet URI" help="A public URI implies that all the associated tabix files are also in place. They are created for history files"> | 440 <param name="insource" type="select" label="Define track data as a history file or an internet URI" help="A public URI implies that all the associated tabix files are also in place. They are created for history files"> |
434 <option value="history" selected="true">Track data from a history file</option> | 441 <option value="history" selected="true">Track data from a history file</option> |
435 <option value="uri">Tabix data URI - index files must be available at corresponding URI</option> | 442 <option value="uri">Tabix data URI: Internet connection required to view. Tabix index files must be available</option> |
436 </param> | 443 </param> |
437 <when value="history"> | 444 <when value="history"> |
438 <param name="annotation" type="data" format="@FORMAT@" optional="true" label="@LABEL@" multiple="True"/> | 445 <param name="annotation" type="data" format="@FORMAT@" optional="true" label="@LABEL@" multiple="True"/> |
439 </when> | 446 </when> |
440 <when value="uri"> | 447 <when value="uri"> |
441 <param name="annouri" type="text" label="@LABEL@"/> | 448 <param name="annouri" type="text" label="@LABEL@" help="Requires internet. Will show an error if not online. Saves all the tabix file disk storage"/> |
442 <param name="annoname" type="text" label="Short name for track display"> | 449 <param name="annoname" type="text" label="Short name for track display"> |
443 <sanitizer invalid_char="_"> | 450 <sanitizer invalid_char="_"> |
444 <valid initial="string.printable"> | 451 <valid initial="string.printable"> |
445 <remove value="'"/> | 452 <remove value="'"/> |
446 </valid> | 453 </valid> |