# HG changeset patch # User fubar # Date 1711944196 0 # Node ID 9c8459ce7d88f3670506700da04c41d4d182a29e # Parent 13ede71c3a4b29e8111b4105513d2b66726215b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit d03454f949af9f3fff638f6a3e52fe42bc96be3b-dirty diff -r 13ede71c3a4b -r 9c8459ce7d88 jbrowse2.py --- a/jbrowse2.py Mon Apr 01 03:56:37 2024 +0000 +++ b/jbrowse2.py Mon Apr 01 04:03:16 2024 +0000 @@ -1487,7 +1487,8 @@ session_spec = {"views": []} logging.debug("def ass_first=%s\ndata=%s" % (self.ass_first_contigs, data)) for first_contig in self.ass_first_contigs: - gnome, refName, end = first_contig + logging.debug("first contig=%s" % self.ass_first_contigs) + [gnome, refName, end] = first_contig start = 0 if False or data.get("defaultLocation", ""): loc_match = re.search(