diff --git a/crisprbact/cli.py b/crisprbact/cli.py index 081278dd9c676429d3dcc6413ba1ae24e0347863..e89b02c2e80fe006ff08c958e3bd3cbf20609f85 100644 --- a/crisprbact/cli.py +++ b/crisprbact/cli.py @@ -35,7 +35,7 @@ def from_str(config, target, output_file): Outputs candidate guide RNAs for the S. pyogenes dCas9 with predicted on-target activity from a target gene. - [OUTPUT_FILE] file where the precitions are saved. Default = "stdout" + [OUTPUT_FILE] file where the candidate guide RNAs are saved. Default = "stdout" """ if config.verbose: @@ -65,7 +65,7 @@ def from_seq(config, target, seq_format, output_file): Outputs candidate guide RNAs for the S. pyogenes dCas9 with predicted on-target activity from a target gene. - [OUTPUT_FILE] file where the precitions are saved. Default = "stdout" + [OUTPUT_FILE] file where the candidate guide RNAs are saved. Default = "stdout" """ fg = "blue"