Skip to content

Commit

Permalink
Merge pull request #251 from xchem/zenodo-update
Browse files Browse the repository at this point in the history
Update zenodo link for Mpro
  • Loading branch information
reskyner authored Sep 1, 2021
2 parents 1b38c07 + 45eb2d8 commit 1ffbf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/snapshot/downloadPdb.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const DownloadPdb = memo(({ targetOn, targetOnName, key }) => {
//ileSaver.saveAs(content, fName + '.zip');
var anchor = document.createElement('a');
if (data.results[0].title == 'Mpro') {
anchor.href = 'https://zenodo.org/record/5128438/files/Mpro.zip?download=1'
anchor.href = 'https://zenodo.org/record/5226381/files/Mpro.zip?download=1'
} else {
anchor.href = data.results[0].zip_archive;
}
Expand Down

0 comments on commit 1ffbf87

Please sign in to comment.