Skip to content

Commit

Permalink
structural-model: text on tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-salazar committed Feb 25, 2021
1 parent 81154f1 commit ca361d6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/subPages/StructuralModel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,11 @@ const StructuralModel = ({ data, dataContacts, urlForModel, accession }) => {
<div className={f('row', 'column')} ref={container}>
<h3>Predicted Model</h3>
<div>
The structural model below was generated by the Baker group with the
trRosetta software{' '}
The structural model below was generated by the{' '}
<Link href="https://www.bakerlab.org/" target="_blank">
Baker
</Link>{' '}
group with the trRosetta software{' '}
<Tooltip
html={
<PrintedPublication
Expand Down Expand Up @@ -173,7 +176,7 @@ const StructuralModel = ({ data, dataContacts, urlForModel, accession }) => {
</p>
<label>
Probability threshold
<Tooltip title="Filter the contacts below, only including those which probability of being closer than 8A is higher than the threshold">
<Tooltip title="Probability threshold of residues being closer than 8Å. Use the slider to change the threshold.">
<sup>
<span
className={f('small', 'icon', 'icon-common')}
Expand Down

0 comments on commit ca361d6

Please sign in to comment.