Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
psj1997 committed Jun 17, 2020
1 parent 546a955 commit b3c629e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmgc_mapper/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def main(args=None):
with tempfile.TemporaryDirectory() as tmpdirname:
try:
if args.genome_fasta is not None:
gene_prediction(args.genome_fasta, out, tmdirdname)
gene_prediction(args.genome_fasta, out, tmpdirname)

split_file(out + '/prodigal_out.faa',
output_dir=tmpdirname + '/split_file',is_dna=False)
Expand Down

0 comments on commit b3c629e

Please sign in to comment.