Automated design pipeline for RCA-based CRISPR-Cas12a detection systems. Optimize specificity, stability, and efficiency in seconds.
$ python main.py --target_name "hsa-miR-21"
>>> Step 1: Initializing Sequence Pools...
>>> Step 2: Assembling Candidates...
[SUCCESS] Selection of 10 candidates is ready.
>>> Step 3: Running NCBI BLAST Validation...
[SUCCESS] CANDIDATE #1 IS VERIFIED AS SAFE.
_
Generates thousands of potential spacer and Cas12a core sequences instantly, optimized for your specific target miRNA.
Advanced algorithms filter out candidates with homopolymers, hairpins, and cross-hybridization risks to ensure high performance.
Integrated BLAST validation automatically checks candidates against the human transcriptome to prevent off-target effects.
git clone https://github.com/BKoo-Codes/PadDx_miR.git
cd PadDx_miR
pip install -r requirements.txt
python main.py --target_name "hsa-miR-21-5p" \
--target_seq "UAGCUUAUCAGACUGAUGUUGA"