Skip to content

Commit 42adbab

Browse files
wwliaoandrewprzh
authored andcommitted
Fix --report_canonical default to auto to match help text and ensure preset strategies apply correctly
1 parent 484ac0a commit 42adbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isoquant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def add_hidden_option(*args, **kwargs): # show command only with --full-help
152152
choices=[e.name for e in StrandnessReportingLevel],
153153
help="reporting level for novel transcripts based on canonical splice sites;"
154154
" default: " + StrandnessReportingLevel.auto.name,
155-
default=StrandnessReportingLevel.only_stranded.name)
155+
default=StrandnessReportingLevel.auto.name)
156156
add_additional_option_to_group(algo_args_group, "--polya_requirement", type=str,
157157
choices=[e.name for e in PolyAUsageStrategies],
158158
help="require polyA tails to be present when reporting transcripts; "

0 commit comments

Comments
 (0)