Mercurial > repos > fubar > jbrowse2
diff 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 |
line wrap: on
line diff
--- a/macros.xml Wed Jun 05 10:00:07 2024 +0000 +++ b/macros.xml Fri Jun 21 23:34:31 2024 +0000 @@ -333,6 +333,13 @@ <option value="LinearWiggleDisplay" selected="true">LinearWiggleDisplay</option> </param> <when value="LinearWiggleDisplay"> + <param name="color" type="color" value="#135560" label="Wiggle colour"> + <sanitizer> + <valid initial="string.ascii_letters,string.digits"> + <add value="#"/> + </valid> + </sanitizer> + </param> <param name="autoscale" type="select" label="Autoscale type"> <option value="local" selected="true">Local</option> <option value="global">Global</option> @@ -432,13 +439,13 @@ <conditional name="useuri"> <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"> <option value="history" selected="true">Track data from a history file</option> - <option value="uri">Tabix data URI - index files must be available at corresponding URI</option> + <option value="uri">Tabix data URI: Internet connection required to view. Tabix index files must be available</option> </param> <when value="history"> <param name="annotation" type="data" format="@FORMAT@" optional="true" label="@LABEL@" multiple="True"/> </when> <when value="uri"> - <param name="annouri" type="text" label="@LABEL@"/> + <param name="annouri" type="text" label="@LABEL@" help="Requires internet. Will show an error if not online. Saves all the tabix file disk storage"/> <param name="annoname" type="text" label="Short name for track display"> <sanitizer invalid_char="_"> <valid initial="string.printable">