Skip to content

Commit

Permalink
Add sample_query_options dict to base_params
Browse files Browse the repository at this point in the history
  • Loading branch information
leehart committed Sep 26, 2024
1 parent 9f13fb0 commit e483138
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions malariagen_data/anoph/base_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@
""",
]

sample_query_options: TypeAlias = Annotated[
dict,
"""
A dictionary of arguments that will be passed through to pandas query() or
eval(), e.g. parser, engine, local_dict, global_dict, resolvers.
""",
]

sample_indices: TypeAlias = Annotated[
List[int],
"""
Expand Down

0 comments on commit e483138

Please sign in to comment.