We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4c36e commit 1e967c2Copy full SHA for 1e967c2
1 file changed
src/pages/Download.jsx
@@ -36,6 +36,7 @@ function Download() {
36
<a href="https://marks.hms.harvard.edu/rnagym/tertiary_structure_prediction/monomer.csv"><Button className="indiv_button">Monomer scores</Button></a>
37
<a href="https://marks.hms.harvard.edu/rnagym/tertiary_structure_prediction/multimer.csv"><Button className="indiv_button">Complex scores</Button></a>
38
<a href="https://marks.hms.harvard.edu/rnagym/tertiary_structure_prediction/3D_model_outputs.tar.xz"><Button className="indiv_button">Model predictions (PDBs)</Button></a>
39
+ <a href="https://marks.hms.harvard.edu/rnagym/tertiary_structure_prediction/3D_train_to_test_usalign.tar.xz"><Button className="indiv_button">Test-to-train TM scores</Button></a>
40
</div>
41
42
<br/>
0 commit comments