Quick Start¶
This guide walks you through your first in-silico PCR run with Amplirust.
Prerequisites¶
Install Amplirust using one of the methods from the Installation page:
Step 1: Prepare Input¶
You need a sequence file (FASTA or GenBank) and a primer pair. For this example, we'll search for 16S rRNA using universal primers.
Create a primer CSV file primers.csv:
Or pass the primer directly on the command line:
Step 2: Run Your First PCR¶
Step 3: Understand the Output¶
Amplirust produces two outputs:
FASTA file (products.fasta) -- extracted PCR product sequences:
TSV file (stats.tsv) -- detailed match statistics including primer positions, edit distances, identity scores, and CIGAR strings.
Summary printed to stderr:
Next Steps¶
- CLI Reference -- all command-line options
- Primer Formats -- inline and CSV primer input
- Output Formats -- FASTA header format and TSV columns
- Practical Examples -- real-world workflows