diff gbk2fa.py @ 24:cfcf33df7fc0 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:30:29 +0000
parents 479c4f2f4826
children 5c7b70713fb5
line wrap: on
line diff
--- a/gbk2fa.py	Sun Jan 19 09:43:43 2020 -0500
+++ b/gbk2fa.py	Wed Oct 13 23:30:29 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))