# HG changeset patch
# User iuc
# Date 1634167829 0
# Node ID cfcf33df7fc0b57a52311d6ce2e92c5dea4cb671
# Parent  74aebe30fb522ef7ac32f75fc40763cc17b2d461
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit e4366b6a23223f84039a0590cf0d7079b83d8f84"
diff -r 74aebe30fb52 -r cfcf33df7fc0 gbk2fa.py
--- 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))
diff -r 74aebe30fb52 -r cfcf33df7fc0 snpEff_create_db.xml
--- a/snpEff_create_db.xml	Sun Jan 19 09:43:43 2020 -0500
+++ b/snpEff_create_db.xml	Wed Oct 13 23:30:29 2021 +0000
@@ -186,7 +186,7 @@
             
             
             
-            
+