Skip to content

Commit

Permalink
Corrects print message for fasta file generation in __main__.py.
Browse files Browse the repository at this point in the history
Former-commit-id: d968194
  • Loading branch information
samhorsfield96 committed Oct 15, 2020
1 parent 9a10c13 commit 5ca0716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggCaller/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def main():
check_ORF_in_source(source_genomes, ORF_output, write_idx, num_threads)

# generate fasta
print("Generating FASTA files...")
print("Generating gene call FASTA file...")
generate_fasta(ORF_output, output, ORF_length)
print("Done.")

Expand Down

0 comments on commit 5ca0716

Please sign in to comment.