-
Notifications
You must be signed in to change notification settings - Fork 1
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
Test on some bigger DANDI datasets using datalad-fuse #6
Comments
use https://github.com/datalad/datalad-fuse/
and then you have access to example of use -- https://github.com/dandi/dandisets-healthstatus so you could pick the code there: https://github.com/search?q=repo%3Adandi%2Fdandisets-healthstatus%20fuse&type=code |
The first command fails with:
However, this worked: Following that, I think the fuse-mount extension wasn't properly installed:
Any idea how I can check inside the python console whether it's installed? Tried installing it both via the package manager and via PIP, and neither of them seem to work. better move that part of the discussion to issue tracker as you suggested → datalad/datalad-fuse#111 |
use |
oh, ok, got the first one as well now. |
@yarikoptic even if I use the ssh clone URI, I get prompts asking me for my GitHub password. Even if I enter it, they fail. I assume these are embargoed datasets? In any case, is there any way to skip them?
|
Here's an example: [INFO ] Remote origin not usable by git-annex; setting annex-ignore
[INFO ] https://github.com/dandisets/000222.git/config download failed: Not Found
[INFO ] access to 2 dataset siblings dandi-dandisets-dropbox, dandiapi not auto-enabled, enable with:
| datalad siblings -d "/mnt/data/datalad/dandisets/000222" enable -s SIBLING
[INFO ] Remote origin not usable by git-annex; setting annex-ignore
[INFO ] https://github.com/dandisets/000223.git/config download failed: Not Found
[INFO ] access to 2 dataset siblings dandiapi, dandi-dandisets-dropbox not auto-enabled, enable with:
| datalad siblings -d "/mnt/data/datalad/dandisets/000223" enable -s SIBLING
Installing: 25%|████████████████████▋ | 155/621 [06:09<10:37, 1.37s/ datasetsUsername for 'https://github.com': TheChymera | 0.00/3.00 [00:00<?, ? candidates/s]
Password for 'https://TheChymera@github.com':
[146 similar messages have been suppressed; disable with datalad.ui.suppress-similar-results=off]
install(error): /mnt/data/datalad/dandisets/000224 (dataset) [Failed to clone from any candidate source URL. Encountered errors per each url were:
- https://github.com/dandisets/000224.git
CommandError: 'git -c diff.ignoreSubmodules=none -c core.quotepath=false clone --progress https://github.com/dandisets/000224.git /mnt/data/datalad/dandisets/000224' failed with exitcode 128 [err: 'Cloning into '/mnt/data/datalad/dandisets/000224'...
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
fatal: Authentication failed for 'https://github.com/dandisets/000224.git/'']
- https://github.com/dandisets/000224.git/.git
CommandError: 'git -c diff.ignoreSubmodules=none -c core.quotepath=false clone --progress https://github.com/dandisets/000224.git/.git /mnt/data/datalad/dandisets/000224' failed with exitcode 128 [err: 'Cloning into '/mnt/data/datalad/dandisets/000224'...
remote: Not Found
fatal: repository 'https://github.com/dandisets/000224.git/.git/' not found']
- git@github.com:dandi/dandisets.git/000224
CommandError: 'git -c diff.ignoreSubmodules=none -c core.quotepath=false clone --progress git@github.com:dandi/dandisets.git/000224 /mnt/data/datalad/dandisets/000224' failed with exitcode 128 [err: 'Cloning into '/mnt/data/datalad/dandisets/000224'...
fatal: remote error:
dandi/dandisets.git/000224 is not a valid repository name
Visit https://support.github.com/ for help
CommandError: 'ssh -o ControlPath=/home/chymera/.cache/datalad/sockets/7b668231 -o SendEnv=GIT_PROTOCOL git@github.com 'git-upload-pack '"'"'dandi/dandisets.git/000224'"'"''' failed with exitcode 1']] |
just those subdatasets which fail to clone - just ignore, must be private since enbargoed |
@yarikoptic even with the https link it still waits on every dataset I can't download. Is there any auto-skip feature? I looked in the help, nothing stood out 🤔 |
Ultimately and eventually this tool should work on any DANDI dataset with nwb files. But for initial start we can concentrate on those which have (only?) extracellular (ecephys) data.
@bendichter could recommend some specific ones. Meanwhile https://dandiarchive.org/dandiset/search?search=ecephys could give a start point to try on.
The text was updated successfully, but these errors were encountered: