-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEV: Update and cleanup help message
- Loading branch information
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,6 @@ __maintainer__ = "Vijini Mallawaarachchi" | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
|
||
# Sample command | ||
# ------------------------------------------------------------------- | ||
|
||
# Setup arguments | ||
# ---------------------------------------------------------------------- | ||
|
@@ -43,7 +41,7 @@ __status__ = "Development" | |
"--taxa", | ||
"-ta", | ||
required=True, | ||
help="path to the taxanomic classification results file", | ||
help="path to the taxonomic classification results file", | ||
type=click.Path(exists=True), | ||
) | ||
@click.option( | ||
|