Skip to content

Commit 0abbff3

Browse files
committed
minor edits
1 parent fcaae5c commit 0abbff3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

deepncli/cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ def initialize(config, *args, **kwargs):
140140
@deepn_option("--exclude_seq", required=False, default="", help="sequence to exclude from junction matching")
141141
@deepn_option("--unmapped", is_flag=True, help="if flag is enabled, .sam files will "
142142
"be read from unmapped_sam_files folder")
143-
@deepn_option("--interactive", is_flag=True, help="if enabled interactive session will be turned off (careful, "
144-
"files maybe be overwritten")
143+
@deepn_option("--interactive", is_flag=True, help="if enabled interactive session will be turned on.")
145144
@pass_config
146145
def junction_make(config, *args, **kwargs):
147146
click.echo(green_fg("\n{} Junction Make {}\n".format(">" * 10, "<" * 10)))

0 commit comments

Comments
 (0)