Skip to content

Commit

Permalink
Update predict.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangDengwei authored Apr 19, 2024
1 parent 4682891 commit 7b8fc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def main():
if file.endswith("tsv"):
genome_id = re.sub("_region.+", genome_suffix, file)
genome_path = os.path.join(args.inDir, genome_id)
outfile = re.sub("tsv", "gb", file)
outfile = re.sub("tsv", "gbk", file)
read_region(
os.path.join(out_plot, file),
genome_path,
Expand Down

0 comments on commit 7b8fc22

Please sign in to comment.