Skip to content

Commit

Permalink
feat: update tooltip for coordinate type, since we expect inter-resid…
Browse files Browse the repository at this point in the history
…ue now
  • Loading branch information
katiestahl committed Sep 16, 2024
1 parent 153c6ac commit 59a8394
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const TemplatedSequenceElementInput: React.FC<
placement="bottom"
title={
<Typography>
The starting genomic position of the segment. 1-indexed.
The starting genomic position of the segment. Inter-residue.
</Typography>
}
>
Expand All @@ -151,7 +151,7 @@ const TemplatedSequenceElementInput: React.FC<
placement="bottom"
title={
<Typography>
The ending genomic position of the segment. 1-indexed.
The ending genomic position of the segment. Inter-residue.
</Typography>
}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ const TxSegmentCompInput: React.FC<TxSegmentElementInputProps> = ({
placement="bottom"
title={
<Typography>
The starting genomic position of the segment. 1-indexed.
The starting genomic position of the segment. Inter-residue.
</Typography>
}
>
Expand Down Expand Up @@ -359,7 +359,7 @@ const TxSegmentCompInput: React.FC<TxSegmentElementInputProps> = ({
placement="bottom"
title={
<Typography>
The ending genomic position of the segment. 1-indexed.
The ending genomic position of the segment. Inter-residue.
</Typography>
}
>
Expand Down

0 comments on commit 59a8394

Please sign in to comment.