Skip to content

Commit

Permalink
Update gget_setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert authored Jan 10, 2024
1 parent 7a3bb45 commit 5597599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gget/gget_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def setup(module, verbose=True, out=None):
- module (str) gget module for which dependencies should be installed, e.g. "alphafold", "cellxgene", "elm", or "gpt".
- verbose True/False whether to print progress information. Default True.
- out (str) Path to directory to save downloaded files in (currently only applies when module='elm').
NOTE: Do not use this argument when downloading the files for use with 'gget.elm'.
Default None (files are saved in the gget installation directory).
"""
supported_modules = ["alphafold", "cellxgene", "elm", "gpt"]
Expand Down

0 comments on commit 5597599

Please sign in to comment.