Skip to content

Commit

Permalink
Improve help label on python script.
Browse files Browse the repository at this point in the history
Co-authored-by: Anil Thanki <thanki.anil@gmail.com>
  • Loading branch information
pcm32 and anilthanki authored Nov 29, 2024
1 parent 60d94b0 commit 96e6db7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
parser.add_argument(
"-i", "--input",
help=(
"AnnData or table input file. Table input is meant for a single "
"AnnData (.h5ad) or table input file (.tsv or .csv). Table input is meant for a single "
"comparison, not gene x cells"
),
required=True
Expand Down

0 comments on commit 96e6db7

Please sign in to comment.