Skip to content

Commit

Permalink
ENH: use the limit argument in selecting genes for alignment command
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinHuttley committed Feb 21, 2025
1 parent 3e53515 commit cb53ae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ensembl_tui/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ def alignments(
genome.get_ids_for_biotype(
biotype="protein_coding",
seqid=coord_names,
limit=limit,
),
)
else:
Expand Down

0 comments on commit cb53ae8

Please sign in to comment.