changeset 8:1e6128ccc82b draft

Uploaded
author fubar
date Fri, 05 Jan 2024 04:57:29 +0000
parents 234cf4490901
children 6a41f87b5d7f
files jbrowse2/galaxyaushum.png jbrowse2/jbrowse2.py jbrowse2/static/images/bam.png jbrowse2/static/images/bigwig.png jbrowse2/static/images/blast.png jbrowse2/static/images/opacity.png jbrowse2/static/images/sections.png jbrowse2/static/images/styling.png jbrowse2/static/merlintracksamples.png
diffstat 9 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file jbrowse2/galaxyaushum.png has changed
--- a/jbrowse2/jbrowse2.py	Fri Jan 05 04:31:35 2024 +0000
+++ b/jbrowse2/jbrowse2.py	Fri Jan 05 04:57:29 2024 +0000
@@ -179,8 +179,9 @@
             cmd = "bgzip -i -c %s > %s && samtools faidx %s" % (
                 fapath,
                 fadest,
-                fadest,
+                fadest
             )
+            log.info("### cmd = %s" % ' '.join(cmd))
             self.subprocess_popen(cmd)
             adapter = {
                 "type": "BgzipFastaAdapter",
Binary file jbrowse2/static/images/bam.png has changed
Binary file jbrowse2/static/images/bigwig.png has changed
Binary file jbrowse2/static/images/blast.png has changed
Binary file jbrowse2/static/images/opacity.png has changed
Binary file jbrowse2/static/images/sections.png has changed
Binary file jbrowse2/static/images/styling.png has changed
Binary file jbrowse2/static/merlintracksamples.png has changed