Skip to content

Commit

Permalink
Update q2_moshpit/eggnog/_dbs.py
Browse files Browse the repository at this point in the history
Co-authored-by: VinzentRisch <[email protected]>
  • Loading branch information
Sann5 and VinzentRisch authored May 27, 2024
1 parent 33158ae commit 22830bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q2_moshpit/eggnog/_dbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def fetch_eggnog_hmmer_db(taxon_id: int) -> HmmerDirFmt:
"Proceeding with FASTA files download and processing..."
))

# Downland fasta sequences
# Download fasta sequences
_download_fastas_into_hmmer_db(hmmer_db, taxon_id)
print(colorify(
"FASTA files processed successfully. \n"
Expand Down

0 comments on commit 22830bd

Please sign in to comment.