Skip to content

Commit

Permalink
fix: scope of resp if breakpoint does not occur on an exon (#274)
Browse files Browse the repository at this point in the history
Fix scope of resp if breakpoint does not occur on an exon
  • Loading branch information
jarbesfeld authored Mar 6, 2024
1 parent 42d25b6 commit 110feb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cool_seq_tool/mappers/exon_genomic_coords.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ async def _genomic_to_transcript_exon_coordinate(
)
params["strand"] = strand.value
resp.transcript_exon_data = TranscriptExonData(**params)
return resp
return resp

if alt_ac:
# Check if valid accession is given
Expand Down

0 comments on commit 110feb2

Please sign in to comment.