diff jbrowse.xml @ 29:112eb40ba6cf draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit d51ab68aa8a806f7d5a3ebc00638a2486a98a214
author iuc
date Fri, 05 Apr 2019 07:53:24 -0400
parents 61ce21e36cb5
children ca2def38369c
line wrap: on
line diff
--- a/jbrowse.xml	Fri Feb 22 03:20:59 2019 -0500
+++ b/jbrowse.xml	Fri Apr 05 07:53:24 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:
+                    #if "_types" not in $key and $value is not None and len(str($value)) < 20000:
                       ${key}="${value}"
                     #end if
                     #end for