changeset 107:a074cd6b5905 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit a1537aea75fc902d0e38c0b7c698830a939648b1-dirty
author fubar
date Sun, 23 Jun 2024 06:59:56 +0000
parents 0082924757b0
children
files jbrowse2.py jbrowse2.xml
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/jbrowse2.py	Sun Jun 23 02:06:21 2024 +0000
+++ b/jbrowse2.py	Sun Jun 23 06:59:56 2024 +0000
@@ -1352,7 +1352,7 @@
                             % (tId, style_data)
                         )
 
-                    if style_data.get('type',None):
+                    if style_data.get('type',None) == None:
                         style_data["type"] = "LinearBasicDisplay"
                     if "displays" in track_conf:
                         disp = track_conf["displays"][0]["type"]
--- a/jbrowse2.xml	Sun Jun 23 02:06:21 2024 +0000
+++ b/jbrowse2.xml	Sun Jun 23 06:59:56 2024 +0000
@@ -1149,8 +1149,9 @@
 Use and local viewing
 =====================
 
-All tracks have a coordinate system, based on the reference genome, so that must be chosen before adding groups of tracks.
-There are 10 Galaxy datatypes that can be turned into a track for display - in all cases, the selected reference genome must have been 
+Browser tracks need a coordinate system, based on the reference genome, so that must be chosen before adding groups of tracks.
+
+At present, 10 Galaxy datatypes that can be turned into a track for display - in all cases, the selected reference genome must have been 
 used to generate the data:
 
     bam
@@ -1164,8 +1165,7 @@
     paf
     vcf
 
-cram and bam will be large, so very slow amd are only recommended if you need the cigar annotation. 
-Otherwise conversion to bed is recommended to slim them down. 
+Note that cram and bam will be large, so very slow amd are only recommended if you need the cigar annotation. Otherwise conversion to bed is recommended to slim them down. 
 Unfortunately if you have millions of rows in a bed, it will also be very slow - in which case a bigwig is recommended. 
 
 A JBrowse2 history item can be opened by viewing it (the "eye" icon).