Mercurial > repos > iuc > jbrowse
diff jbrowse.xml @ 58:c8772f1f6a38 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 74554507efb46fb40ce6e12f0b73425e52ec0977
| author | iuc |
|---|---|
| date | Thu, 11 Apr 2019 09:34:28 -0400 |
| parents | 851227d58dbe |
| children | e29039f307c4 |
line wrap: on
line diff
--- a/jbrowse.xml Fri Apr 05 07:51:10 2019 -0400 +++ b/jbrowse.xml Thu Apr 11 09:34:28 2019 -0400 @@ -130,7 +130,7 @@ display_name="${dataset.history.get_display_name()}"/> <metadata #for (key, value) in $dataset.get_metadata().items(): - #if "_types" not in $key and $value is not None and len(str($value)) < 20000: + #if "_types" not in $key and $value is not None and len(str($value)) < 5000: ${key}="${value}" #end if #end for @@ -482,7 +482,7 @@ </when> </conditional> <expand macro="track_styling" - classname="feature2" + classname="feature" label="product,name,id" description="note,description" height="10px"/>
