Skip to content

Commit

Permalink
Fix scope of resp if breakpoint does not occur on an exon
Browse files Browse the repository at this point in the history
  • Loading branch information
jarbesfeld committed Mar 4, 2024
1 parent 114374b commit 985818c
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 985818c

Please sign in to comment.