Skip to content

Commit 9808555

Browse files
committed
another try
1 parent 298fd7f commit 9808555

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

kb_python/main.py

+6-4
Original file line numberDiff line numberDiff line change
@@ -1633,8 +1633,9 @@ def setup_extract_args(
16331633
nargs='+',
16341634
required=False,
16351635
default=None,
1636-
help=
1637-
'Gene or transcript names for which to extract the raw reads that align to the index'
1636+
help=(
1637+
'Gene or transcript names for which to extract the raw reads that align to the index'
1638+
)
16381639
)
16391640
parser_extract.add_argument(
16401641
'-ttype',
@@ -1643,8 +1644,9 @@ def setup_extract_args(
16431644
type=str,
16441645
default='gene',
16451646
choices=['gene', 'transcript'],
1646-
help=
1647-
"'gene' (default) or 'transcript' -> Defines whether targets are gene or transcript names"
1647+
help=(
1648+
"'gene' (default) or 'transcript' -> Defines whether targets are gene or transcript names"
1649+
)
16481650
)
16491651
parser_extract.add_argument(
16501652
'--extract_all',

0 commit comments

Comments
 (0)