Skip to content

Commit

Permalink
re-add --no-progressbar
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert authored Feb 6, 2025
1 parent 047c196 commit 5d41146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gget/gget_ncbi_virus.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ def run_datasets(
)
else:
if accession:
command = f"{datasets_path} download virus genome accession '{virus}'"
command = f"{datasets_path} download virus genome accession '{virus}' --no-progressbar"
else:
command = f"{datasets_path} download virus genome taxon '{virus}'"
command = f"{datasets_path} download virus genome taxon '{virus}' --no-progressbar"

# Loop through the dictionary and construct the command
for key, value in args_dict.items():
Expand Down

0 comments on commit 5d41146

Please sign in to comment.