Skip to content

Commit

Permalink
chore: use consistent labeling for coordinate system (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Oct 7, 2024
1 parent e56bbb3 commit 6105fca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ 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 segment.
</Typography>
}
>
Expand All @@ -154,7 +154,7 @@ 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 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 Expand Up @@ -361,7 +362,8 @@ const TxSegmentCompInput: React.FC<TxSegmentElementInputProps> = ({
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

0 comments on commit 6105fca

Please sign in to comment.