Skip to content

Commit 0d28e77

Browse files
Improve help message
1 parent 34ee045 commit 0d28e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kb_python/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ def setup_extract_args(
16081608
'-g',
16091609
metavar='T2G',
16101610
help=(
1611-
'Path to transcript-to-gene mapping file (required when target_type = gene or extract_all = True).'
1611+
'Path to transcript-to-gene mapping file (required when mm = False, target_type = "gene" (and extract_all_fast and extract_all_unmapped = False), OR extract_all = True).'
16121612
),
16131613
type=str,
16141614
)

0 commit comments

Comments
 (0)