In the follwoing section, I demonstrate how to predict guide RNA scores for custom target RNAs.
As an example I choose to score guide RNAs to target the [Corona virus strain USA/NY1-PV08001/2020](https://nextstrain.org/ncov?c=location&f_division=New%20York&r=country).
This strain represents a close relative to the strain responsible for the recent Wuhan corona virus outbreak, bearing 3 nucleotide substitutions (G3243A, C25214T, G29027T) and two amino acid mutations (N: A252S, ORF1a: G993S).
The positive-sense RNA virus contains 10 genes (ORF1ab, S, ORF3a, E, M, ORF6, ORF7a, ORF8, N, ORF10).
To predict guide RNA scores for these corona virus genes, first change directory into the Cas13design folder.
The data directory contains the corona virus sequences separated into single entry FASTA files.
If you run the script the first time, R package installation may take several minutes.
Once Cas13design is fully installed, the run time scales with the fasta input length.
Our software extracts all information needed from the target input sequence, including base probabilities, RNA-RNA hybridization energies, RNA target site accessibility or guide RNA folding.
The minimum length supplied must be at least 30 nucleotides. The total run time for the provided ~1000nt test.fa example is about 2 min.
### Output
The output may be 3-fold and named after the fasta header information:
1. A fasta file with guide sequences (reverse complement to the target sequence).
The header includes the following information separated by underscores "_"
the crRNA number (5' to 3') and match position (e.g. crRNA1156:1399-1425)
standardized guide score
rank
quartile according to input screens
2. A csv file containing all predicted guides
3. if plot was set to TRUE, a pdf file is returned depicting the score destribution along the target transcripts
Guide scores range between a 0 - 1 interval, with higher scores being indicative for higher predicted knock-down efficacy.
[predictions]:https://gitlab.com/sanjanalab/cas13/-/blob/master/Cas13designGuidePredictor/data/ExampleS.png"USA/NY1-PV08001/2020 S gene"

### Bulk predictions
To predict guide RNA scores for all corona virus genes, one can use a simple wrapper. In this case, all jobs are send as individual jobs to a computation cluster.
```sh
# This will submit one job per fasta file in the directory ./data/