diff gbk2fa.py @ 28:b1b327f475ac draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit e4366b6a23223f84039a0590cf0d7079b83d8f84"
author iuc
date Wed, 13 Oct 2021 23:29:54 +0000
parents 718842784732
children 030fe29d4c47
line wrap: on
line diff
--- a/gbk2fa.py	Sun Jan 19 14:43:20 2020 +0000
+++ b/gbk2fa.py	Wed Oct 13 23:29:54 2021 +0000
@@ -39,5 +39,5 @@
             seq_id = seq_record.id.split('.')[0]
         else:
             seq_id = seq_record.id
-        print('Writing FASTA record: {}'.format( seq_id ))
+        print('Writing FASTA record: {}'.format(seq_id))
         output_handle.write(">{}\n{}\n".format(seq_id, seq_record.seq))