Mercurial > repos > fubar > jbrowse2
diff 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 |
line wrap: on
line diff
--- a/macros.xml Thu Mar 28 12:17:24 2024 +0000 +++ b/macros.xml Fri Mar 29 07:27:20 2024 +0000 @@ -558,10 +558,10 @@ <when value="history"> <repeat name="refgenomes" title="PAF reference comparison genome used to make the PAF"> <param label="@LABEL@" format="@FORMAT@" name="annotation" multiple="True" optional="true" type="data" /> - <param label="Short name for track display" name="annoname" type="text" > + <param label="Short name for track display" name="annoname" type="text" help="No spaces allowed here"> <sanitizer invalid_char="_"> <valid initial="string.printable" > - <remove value="'" /> + <remove value=" " /> </valid> </sanitizer> </param>