Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in Prime Editing command #187

Closed
bnouyou opened this issue Dec 22, 2021 · 5 comments
Closed

Issue in Prime Editing command #187

bnouyou opened this issue Dec 22, 2021 · 5 comments

Comments

@bnouyou
Copy link

bnouyou commented Dec 22, 2021

Hello,

I am using CRISPResso2 for prime editing.
This is the command:

    CRISPResso \
                    --fastq_r1 $FASTQ_R1 \
                    --fastq_r2 $FASTQ_R2 \
                    --amplicon_seq ATGTGGGCTGCCTAGAAAGGcatggatgagagaagcctggagacagggatcccagggaaacgcccatgcaattagtctatttctgctgcaagtaagcatgcatttgtaggcttgatgctttttttctgcttctccagccctggcctgggtcaatccttggggcccagactgagcacgtgatggcagaggaaaggaagccctgcttcctccagagggcgtcgcaggacagcttttcctagacaggggctagtatgtgcagctcctgcaccgggatactGGTTGACAAGTTTGGCTGGG \
                    --prime_editing_pegRNA_spacer_seq GGCCCAGACTGAGCACGTGA \
                    --prime_editing_pegRNA_extension_seq TCTGCCATCAAAGCGTGCTCAGTCTG \
                    --prime_editing_pegRNA_scaffold_seq GTTTTAGAGCTAGAAATAGCAAGTTAAAATAAGGCTAGTCCGTTATCAACTTGAAAAAGTGGGACCGAGTCGGTCC \
                    --output_folder output_folder \
                    --name output_name \

I have this error message:


CRITICAL @ Wed, 22 Dec 2021 16:02:28:
         Parameter error, please check your input.

ERROR: The prime editing pegRNA spacer sequence appears to be given in the 3'->5' order. The prime editing pegRNA spacer sequence (--prime_editing_pegRNA_spacer_seq) must be given in the RNA 5'->3' order.

Do you know what is the problem ?

Thank you in advance for your help.

@Colelyman
Copy link
Contributor

Hi @bnouyou,

Thanks for using CRISPResso2! This error appears when the prime_editing_pegRNA_spacer_seq aligns better to the reverse complement of the amplicon than to provided amplicon sequence. I would suggest using the reverse complement of the prime_editing_pegRNA_spacer_seq to make sure that you are giving it in the correct order (5'->3').

Thanks,
Cole

@bnouyou
Copy link
Author

bnouyou commented Jan 3, 2022

Hello,

Actually, without changing the spacer sequence, if I remove the arguments for --prime_editing_pegRNA_extension_seq and --prime_editing_pegRNA_scaffold_seq then I have no error.
Do you know how can I make this working ?

Thank you for your help.

@bnouyou
Copy link
Author

bnouyou commented Jan 4, 2022

Hello,

I have tried with the reverse complement of the prime_editing_pegRNA_spacer_seq, and I still have the same error when I provide the extension sequence.

This is the error I have with --debug:

Traceback (most recent call last):
  File "/seqr/mambaforge/envs/crispresso2_env/lib/python3.9/site-packages/CRISPResso2/CRISPRessoCORE.py", line 1097, in main
    raise CRISPRessoShared.BadParameterException('The prime editing pegRNA spacer sequence appears to be given in the 3\'->5\' order. The prime editing pegRNA spacer sequence (--prime_editing_pegRNA_spacer_seq) must be given in the RNA 5\'->3\' order.')
CRISPResso2.CRISPRessoShared.BadParameterException: The prime editing pegRNA spacer sequence appears to be given in the 3'->5' order. The prime editing pegRNA spacer sequence (--prime_editing_pegRNA_spacer_seq) must be given in the RNA 5'->3' order.

By the way, I am using CRISPResso version 2.2.6, installed with Conda.

Thank you in advance for your help.

@bnouyou
Copy link
Author

bnouyou commented Jan 5, 2022

I think I have found the problem. It seems that this issue is raised when the amplicon sequence provided is not completely written in uppercase. After changing this, everything works fine.

@kclem
Copy link
Member

kclem commented Jan 5, 2022

Thanks @bnouyou . I've fixed this in the last commit, so this shouldn't be a problem in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants