You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently learning to use Scirpy for single-cell and immune repertoire analysis, but I encountered an issue with data downloading while trying to reproduce the tutorial.
When attempting to load the wu2020 dataset using the function ir.datasets.wu2020(), the dataset fails to download, and the following error is raised: JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Thank you in advance for your assistance, and I look forward to your guidance on resolving this issue!
The text was updated successfully, but these errors were encountered:
When I tried to download the dataset using the method provided on the Pooch official website, I encountered the following error: ValueError: Invalid data repository 'doi.org'. To request or contribute support for this repository, please open an issue at https://github.com/fatiando/pooch/issues
Could this be due to a change in the URL? How can I download the currently available example dataset? Looking forward to your reply. Thank you!
I can't reproduce this and certainly nothing has changed on our end. Could this just be a temporary issue with doi.org or figshare? Or possibly you have very old version of pooch installed?
I can't reproduce this and certainly nothing has changed on our end. Could this just be a temporary issue with doi.org or figshare? Or possibly you have very old version of pooch installed?
I am currently learning to use Scirpy for single-cell and immune repertoire analysis, but I encountered an issue with data downloading while trying to reproduce the tutorial.
When attempting to load the wu2020 dataset using the function ir.datasets.wu2020(), the dataset fails to download, and the following error is raised:
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Thank you in advance for your assistance, and I look forward to your guidance on resolving this issue!
The text was updated successfully, but these errors were encountered: