Skip to content

Commit

Permalink
still unique genes being returned
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Feb 11, 2025
1 parent 25545fc commit a29f211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cool_seq_tool/sources/mane_transcript_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def get_genomic_mane_genes(
:param ac: RefSeq genomic accession
:param start: Genomic start position. Assumes residue coordinates.
:param end: Genomic end position. Assumes residue coordinates.
:return: MANE gene(s) found for a genomic location
:return: Unique MANE gene(s) found for a genomic location
"""
mane_rows = self.df.filter(
(start >= pl.col("chr_start"))
Expand Down

0 comments on commit a29f211

Please sign in to comment.