diff maf2bed.py @ 98:b1260bca5fdc draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 44d8fc559ecf5463a8f753561976fa26686c96f6
author bgruening
date Wed, 05 Jun 2024 10:00:07 +0000
parents e7a6f7a7148d
children
line wrap: on
line diff
--- a/maf2bed.py	Sat Jun 01 05:37:13 2024 +0000
+++ b/maf2bed.py	Wed Jun 05 10:00:07 2024 +0000
@@ -32,7 +32,7 @@
     elif line[0] == 'a':
         score = int(line[1].split('=')[1])
         if id > 0:
-            sys.stdout.write('\t'.join([chrom, '%d' % start, '%d' % end, f"{sys.argv[1]}_{id}", '%d' % score, buffer])+ '\n')
+            sys.stdout.write('\t'.join([chrom, '%d' % start, '%d' % end, f"{sys.argv[1]}_{id}", '%d' % score, buffer]) + '\n')
         id += 1
         buffer = ''
     elif line[0] == 's':