Metadata-Version: 2.1
Name: pe-designer
Version: 2.0.0
Summary: Prime editing tools that consist of a reverse transcriptase linked with Cas9 nickase are capable of generating targeted insertions, deletions,and base conversions without producing DNA double strand breaks or requiring any donor DNA.
Home-page: https://github.com/Gue-ho/PE-Designer
Author: Gue-ho
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# PE-Designer

Prime editing tools that consist of a reverse transcriptase linked with Cas9 nickase are capable of generating targeted insertions, deletions, and base conversions without producing DNA double strand breaks or requiring any donor DNA.


usage

    python3 pe-designer.py reference_fasta induced_fasta PAM_sequence reference_genome_directory


Example

    python3 pe-designer.py example_ref.fasta example_ind.fasta NGG /directory/of/reference/genome/
    
    
