Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cgjosephlee committed Dec 23, 2021
1 parent eb34408 commit a711f58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MitoZ.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,7 @@ def create_config(module=None):
'--clade' option. [%(default)s]''')

search_and_annot_mito_parser.add_argument("--clade", default="Arthropoda",
choices=["Chordata", "Arthropoda"],
# "Echinodermata", "Annelida-segmented-worms", "Bryozoa", "Mollusca", "Nematoda", "Nemertea-ribbon-worms", "Porifera-sponges"],
choices=["Chordata", "Arthropoda", "Echinodermata", "Annelida-segmented-worms", "Bryozoa", "Mollusca", "Nematoda", "Nemertea-ribbon-worms", "Porifera-sponges"],
help="which clade does your species belong to? [%(default)s]")


Expand Down

0 comments on commit a711f58

Please sign in to comment.