Commit 9808555 1 parent 298fd7f commit 9808555 Copy full SHA for 9808555
File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -1633,8 +1633,9 @@ def setup_extract_args(
1633
1633
nargs = '+' ,
1634
1634
required = False ,
1635
1635
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
+ )
1638
1639
)
1639
1640
parser_extract .add_argument (
1640
1641
'-ttype' ,
@@ -1643,8 +1644,9 @@ def setup_extract_args(
1643
1644
type = str ,
1644
1645
default = 'gene' ,
1645
1646
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
+ )
1648
1650
)
1649
1651
parser_extract .add_argument (
1650
1652
'--extract_all' ,
You can’t perform that action at this time.
0 commit comments