Skip to content

Commit c9fbb92

Browse files
Update main.py
1 parent c80647d commit c9fbb92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kb_python/main.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1528,8 +1528,8 @@ def setup_extract_args(
15281528

15291529
parser_extract = parser.add_parser(
15301530
'extract',
1531-
description='Extract sequencing reads that were pseudoaligned to the specified genes/transcripts.',
1532-
help='Extract sequencing reads that were pseudoaligned to the specified genes/transcripts. Note: Multimapped reads will also be extracted.',
1531+
description='Extract sequencing reads that were pseudoaligned to specific genes/transcripts (or extract all reads that were / were not pseudoaligned).',
1532+
help='Extract sequencing reads that were pseudoaligned to specific genes/transcripts (or extract all reads that were / were not pseudoaligned)',
15331533
parents=[parent]
15341534
)
15351535
parser_extract._actions[0].help = parser_extract._actions[

0 commit comments

Comments
 (0)