Skip to content

Commit

Permalink
refactor: use consistent labeling for coordinate system
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Oct 7, 2024
1 parent c6f9cc8 commit 58e4fd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ const TemplatedSequenceElementInput: React.FC<
placement="bottom"
title={
<Typography>
The starting genomic position of the segment. Inter-residue.
The starting genomic position (inter-residue) of the transcript
segment.
</Typography>
}
>
Expand All @@ -154,7 +155,8 @@ const TemplatedSequenceElementInput: React.FC<
placement="bottom"
title={
<Typography>
The ending genomic position of the segment. Inter-residue.
The ending genomic position (inter-residue) of the transcript
segment.
</Typography>
}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,8 @@ const TxSegmentCompInput: React.FC<TxSegmentElementInputProps> = ({
placement="bottom"
title={
<Typography>
The starting genomic position of the segment. Inter-residue.
The starting genomic position (inter-residue) of the transcript
segment.
</Typography>
}
>
Expand Down

0 comments on commit 58e4fd2

Please sign in to comment.