Skip to content

Commit

Permalink
Allow match query parameters to be read from a file. e.g. --lineage @…
Browse files Browse the repository at this point in the history
…lineages.txt
  • Loading branch information
matthuska committed Oct 30, 2023
1 parent c0df8ab commit ee9cda0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonar.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def parse_args():
"match",
parents=[general_parser],
help="get mutations profiles for given accessions.",
fromfile_prefix_chars="@",
)
parser_match.add_argument(
"--include",
Expand Down

0 comments on commit ee9cda0

Please sign in to comment.