-
Notifications
You must be signed in to change notification settings - Fork 5
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
fetch_all does not work #130
Comments
Thank you for raising an issue. Could you please provide us with the full geofetch log and information about the system on which you are running geofetch, including the Python version? I have just installed
|
I also have seen this, using command
My version is
(Windows 11) |
Thank you for your response @pedro-w . Unfortunately, geofetch wasn't tested on Windows. We will try to solve this issue ASAP. |
Thanks for the swift response. I don't know if @kapedalex is also on Windows? I'm happy to help test anything, just let me know. |
I'll just add that it does work in WSL (Debian) - I am guessing it is assuming a POSIX shell somewhere which fails under Windows? |
Sorry, that it takes so long. Unfortunately, I don't have access to a Windows laptop every day. However, I have identified an error, and it appears to be occurring within one of the imported libraries. I will continue working on resolving this issue next week. |
Hi. I tried your pr #132 and it seemed to work (see below) but it's still giving the
lines. I don't know where this is coming from, but if it's nothing to worry about then I'm fine with that.
|
@pedro-w Thank you for your support. I just released new geofetch, v0.12.6. If you have chance, could you please confirm that everything works? |
@khoroshevskyi Apologies for the delay. I tried with a clone of github tag v0.12.6, on Windows 11.
So, I can confirm it's working as expected for me. Thanks 👍 |
Thank you very much for your help! |
@kapedalex did it fix your issue too 🤞 ? |
Response for geofetch -i GSE95654 is the same
The system cannot find the path specified.
'{' is not recognized as an internal or external command,
operable program or batch file.
To download raw data You must first install the sratoolkit, with prefetch in your PATH. Installation instruction: http://geofetch.databio.org/en/latest/install/
Problem is, that sratoolkit is actually installed and added in path. I can use
prefetch GSE95654
in terminal and everything will be ok.Basic guides like
and
works fine
The text was updated successfully, but these errors were encountered: