Skip to content

Commit

Permalink
typo fix update phylotree.py
Browse files Browse the repository at this point in the history
typo in wording
  • Loading branch information
hyphaltip committed Nov 17, 2023
1 parent 565d50b commit 6c83af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phyling/phylotree.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def phylotree(inputs, input_dir, output, method, figure, concat, threads, **kwar

if concat and len(inputs) > 1:
# Get the concat_alignments
logging.info("Generate phylogenetic tree the on concatenated fasta")
logging.info("Generate phylogenetic tree on the concatenated fasta")
alignmentList = []
for file in inputs:
alignmentList.append(AlignIO.read(file, format="fasta"))
Expand Down

0 comments on commit 6c83af0

Please sign in to comment.