Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert authored Aug 19, 2024
1 parent c80647d commit c9fbb92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kb_python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1528,8 +1528,8 @@ def setup_extract_args(

parser_extract = parser.add_parser(
'extract',
description='Extract sequencing reads that were pseudoaligned to the specified genes/transcripts.',
help='Extract sequencing reads that were pseudoaligned to the specified genes/transcripts. Note: Multimapped reads will also be extracted.',
description='Extract sequencing reads that were pseudoaligned to specific genes/transcripts (or extract all reads that were / were not pseudoaligned).',
help='Extract sequencing reads that were pseudoaligned to specific genes/transcripts (or extract all reads that were / were not pseudoaligned)',
parents=[parent]
)
parser_extract._actions[0].help = parser_extract._actions[
Expand Down

0 comments on commit c9fbb92

Please sign in to comment.