Skip to content

Commit

Permalink
minor rearrange
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Aug 5, 2024
1 parent 64b8425 commit e5e3e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/curfu/routers/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ async def get_genome_coords(
exon_end_offset = 0

response = await request.app.state.fusor.cool_seq_tool.ex_g_coords_mapper.transcript_to_genomic_coordinates(
gene=gene,
transcript=transcript,
gene=gene,
exon_start=exon_start,
exon_end=exon_end,
exon_start_offset=exon_start_offset,
Expand Down

0 comments on commit e5e3e7a

Please sign in to comment.