Skip to content

Commit

Permalink
minor fixes error split mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gbouras13 committed Sep 14, 2023
1 parent a681d93 commit 30fce5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/post_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,7 @@ def convert_singles_gff_to_gbk(self):
)
contig = row["contig"]
convert_gff_to_gbk(
fasta_file, single_gff_dir, single_gbk_dir, contig, self.coding_table
fasta_file, single_gff_dir, single_gbk_dir, contig, self.prot_seq_df
)

def split_fasta_singles(self):
Expand Down

0 comments on commit 30fce5f

Please sign in to comment.