Skip to content
Snippets Groups Projects
Commit 6243da19 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Change predict help

parent 69d913bb
No related branches found
No related tags found
2 merge requests!2PyPI publish package,!1Package this lib for pypi
Pipeline #18305 passed
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment