Skip to content

Commit

Permalink
update function descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert committed May 25, 2024
1 parent 9feb4b0 commit 2707b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gget/gget_ref.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def ref(
Args:
- species Defines the species for which the reference should be fetched in the format "<genus>_<species>",
e.g. species = "homo_sapiens".
Supported shortcuts: human, mouse, human_grch37
Supported shortcuts: "human", "mouse", "human_grch37" (accesses the GRCh37 genome assembly)
- which Defines which results to return.
Default: 'all' -> Returns all available results.
Possible entries are one or a combination (as a list of strings) of the following:
Expand Down
3 changes: 1 addition & 2 deletions gget/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ def main():
default=None,
help=(
"Species or database to be searched. Species should be passed in the format 'genus_species', e.g. 'homo_sapiens'.\n"
"To pass a specific database, enter the name of the core database and release number, e.g. 'mus_musculus_dba2j_core_105_1'.\n"
"All available databases for each Ensembl release can be found here: http://ftp.ensembl.org/pub/"
"Supported shortcuts: 'human', 'mouse', 'human_grch37' (accesses the GRCh37 genome assembly)"
),
)
parser_ref.add_argument(
Expand Down

0 comments on commit 2707b01

Please sign in to comment.