Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blocked wget requests #17

Open
nick-youngblut opened this issue Feb 10, 2025 · 2 comments
Open

blocked wget requests #17

nick-youngblut opened this issue Feb 10, 2025 · 2 comments

Comments

@nick-youngblut
Copy link

From the model_inference notebook:

wget https://pklab.med.harvard.edu/felix/data/merlin_cxg_2023_05_15_sf-log1p_minimal.tar.gz
wget https://pklab.med.harvard.edu/felix/data/scTab-checkpoints.tar.gz

Both files simply contain:

<html>
<head>
<META NAME="robots" CONTENT="noindex,nofollow">
<script src="/_Incapsula_Resource?SWJIYLWA=5074a744e2e3d891814e9a2dace20bd4,719d34d31c8e3a6e6fffd425f7e032f3">
</script>
<body>
</body></html>

https://pklab.med.harvard.edu is blocking wget requests.

@felix0097
Copy link
Member

Hi @nick-youngblut,

somehow the server doesn't seem to process requests sent by wget properly anymore. In the meantime, you can download the files from the browser (this still works, I've tested it with Google Chrome). If you're only interested in the scTab checkpoints, you can switch out the scTab-checkpoints.tar.gz file for the cap-sctab-service-ckpts.tar.gz file, this is a lot smaller as it only contains the scTab checkpoints and not the checkpoints of the other models (e.g. linear model or XGBoost model). You can then just scp the data from your laptop to your local cluster. This should be fine, it's less than 2GB of data.

Does this alternative work for you?

Best,
Felix

@nick-youngblut
Copy link
Author

I ended up downloading from the browser, which is a bit of pain for working on a remote server (download + data transfer), but not too much hassle, given the size of the files.
Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants