Skip to content

Commit

Permalink
MAINT: actually use the versbose flag in alignments
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinHuttley committed Apr 10, 2024
1 parent 31c8fd2 commit 0cc3351
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ensembl_lite/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,9 @@ def alignments(
exit(1)

# get all the genomes
if verbose:
print(f"working on species {align_db.get_species_names()}")

genomes = {
sp: load_genome(config=config, species=sp)
for sp in align_db.get_species_names()
Expand Down

0 comments on commit 0cc3351

Please sign in to comment.