Skip to content

Commit

Permalink
Merge pull request #192 from GavinHuttley/develop
Browse files Browse the repository at this point in the history
ENH: use the limit argument in selecting genes for alignment command
  • Loading branch information
GavinHuttley authored Feb 21, 2025
2 parents 3e53515 + cb53ae8 commit 2f370a3
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 2f370a3

Please sign in to comment.