Skip to content

Commit

Permalink
Revert "Updating --mlst-scheme description."
Browse files Browse the repository at this point in the history
This reverts commit 62548d5.
  • Loading branch information
emarinier committed Aug 2, 2023
1 parent 62548d5 commit ca865a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Unreleased

* Updated the help description of the --mlst-scheme parameter to include a more useful link for available schemas.
* Switched to only officially supporting Python 3.7+ due to recent incompatibilities with Python 3.6 and some Python packages (numpy, biopython, and others).
* Adds the ability to handle "complex" pbp5 mutations. When appriopriate many pbp5 point mutations will be reported as a single mutation.
* Resfinder CGE-predicted phenotypes are now reported in the summary and detailed summary alongside existing predictions.
Expand Down
2 changes: 1 addition & 1 deletion staramr/subcommand/Search.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def _setup_args(self, arg_parser):
arg_parser.add_argument('--ignore-invalid-files', action='store_true', dest='ignore_valid_files',
help='Skips over invalid input files', required=False)
arg_parser.add_argument('--mlst-scheme', action='store', dest='mlst_scheme',
help='Specify scheme name, visit https://github.com/tseemann/mlst/tree/master/db/pubmlst for supported scheme genera available. [None] ', required=False)
help='Specify scheme name, visit https://github.com/tseemann/mlst/blob/master/db/scheme_species_map.tab for supported scheme genus available. [None] ', required=False)

arg_parser.add_argument('--genome-size-lower-bound', action='store', dest='genome_size_lower_bound', type=int,
help='The lower bound for our genome size for the quality metrics. Defaults to 4 Mbp. [4000000].',
Expand Down

0 comments on commit ca865a1

Please sign in to comment.