You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: kb_python/main.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -1528,8 +1528,8 @@ def setup_extract_args(
1528
1528
1529
1529
parser_extract=parser.add_parser(
1530
1530
'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)',
0 commit comments