Closed tracie-mg closed 1 year ago
Hi @tracie-mg,
Thanks for using CRISPResso and sorry to hear that you are running into these issues. A few questions:
Thank you, Cole
Hi @tracie-mg,
CRISPResso performs several checks to make sure the pegRNA components (e.g. spacer, extension seqs) are in the correct orientation. In your case, the alignment score indicated that the spacer might be provided in the incorrect orientation (you can see these alignments if you run a CRISPResso command with the --debug
flag):
pegRNA spacer vs extension_seq alignment:
Forward (correct orientation):
TCTGGGAGAGGGTAGCGCAGGGTG------------------
--------AGGGTAGCGCAGGCGCTACACTGAGAACCGGGCA
Score: 30.952
Reverse (incorrect orientation):
--------TCTGGGAGAGGGTAGCGCAGGGTG---------
TGCCCGGTTCTC----AGTGTAGCGCC---TGCGCTACCCT
Score: 34.146
To override these checks (if you're sure you are providing the input in the correct orientation) please run with the parameter --prime_editing_override_sequence_checks
and it won't perform these checks.
For the future, we've added additional parameters so you can control how your pegRNA components align (#336).
Let me know if that helps!
Thank you! I ended up using the --prime_editing_override_sequence_check flag and it resolved my issue
Hello,
I'm having issues while running CRISPRessoBatch for prime editing experiments. I've double checked my pegRNA spacer, pegRNA extension and the reference sequence, all are in the correct orientation as specified by:
--prime_editing_pegRNA_spacer_seq: pegRNA spacer sgRNA sequence used in prime editing. The spacer should not include the PAM sequence. The sequence should be given in the RNA 5'->3' order, so for Cas9, the PAM would be on the right side of the given sequence. (default: )
--prime_editing_pegRNA_extension_seq: Extension sequence used in prime editing. The sequence should be given in the RNA 5'->3' order, such that the sequence starts with the RT template including the edit, followed by the Primer-binding site (PBS). (default: )
My pegRNA spacer can be found in the reference sequence, while the extension seq is the reverse complement
However, I'm still running into this error
I've found that when I rerun the program, sometimes it runs to completion without error while other times, it'll run into this error despite me not changing the sequence. Can you help me troubleshoot this? Thank you!