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

--progress-bar not working #22

Open
bm-silva opened this issue Aug 15, 2023 · 2 comments
Open

--progress-bar not working #22

bm-silva opened this issue Aug 15, 2023 · 2 comments

Comments

@bm-silva
Copy link

Hi, I am currently facing an issue while utilizing the goat-cli tool for a taxon search operation. Specifically, I have employed the following command:

goat-cli taxon search -f organisms.txt -R species -abgkGBNDmpPSc --progress-bar

The organisms.txt file comprises a list of 500 individual organisms. However, I have observed that the progress bar associated with the process does not show in my terminal screen (Ubuntu, WSL, Win 11). This leads me to wonder if there might be an error in my approach or configuration.

Any insights into the reason for the non-functional progress bar and guidance on rectifying this issue would be greatly appreciated.

@Euphrasiologist
Copy link
Collaborator

Yes the progress bar needs a bit of work, especially with parallel requests like the one you are making. Again, a copy of the organisms.txt file would be great for debugging. Thanks!

@Euphrasiologist
Copy link
Collaborator

So I've looked into this a bit more. The --progress-bar queries the request in progress, but with 500 concurrent requests, the mechanism by which I do this will have to be different. I haven't catered for this yet, which is why it currently shows as nothing. It's probably best I throw an error until it's implemented.

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