draeger-lab / SBSCL

The Systems Biology Simulation Core Library (SBSCL) provides an efficient and exhaustive Java implementation of methods to interpret the content of models encoded in the Systems Biology Markup Language (SBML) and its numerical solution.
https://draeger-lab.github.io/SBSCL/
GNU Lesser General Public License v3.0
20 stars 13 forks source link

download_bigg_models.sh throws ERROR 404 #73

Open funasoul opened 1 year ago

funasoul commented 1 year ago

Hi,

I tried to download bigg_models following the instructions in INSTALL.md, but the Dropbox link seems to be invalid. Any help?

% bash ./src/test/scripts/download_bigg_models.sh
--2023-07-08 00:45:42--  https://www.dropbox.com/sh/ye05djxrpxy37da/AAAPwL27xQ97mHGoLmCxhI-4a/v1.6/models.tgz
Resolving www.dropbox.com (www.dropbox.com)... 162.125.80.18
Connecting to www.dropbox.com (www.dropbox.com)|162.125.80.18|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: /sh/raw/ye05djxrpxy37da/AAAPwL27xQ97mHGoLmCxhI-4a/v1.6/models.tgz [following]
--2023-07-08 00:45:43--  https://www.dropbox.com/sh/raw/ye05djxrpxy37da/AAAPwL27xQ97mHGoLmCxhI-4a/v1.6/models.tgz
Reusing existing connection to www.dropbox.com:443.
HTTP request sent, awaiting response... 404 Not Found
2023-07-08 00:45:43 ERROR 404: Not Found.
draeger commented 1 year ago

Could this be solved in 284e8ea?

funasoul commented 1 year ago

Unfortunately, no. The reason for this problem is that the URL in the script (https://www.dropbox.com/sh/raw/ye05djxrpxy37da/AAAPwL27xQ97mHGoLmCxhI-4a/v1.6/models.tgz) is invalid. Is it possible to create a new Dropbox link and replace it?