New in v0.1.6
Synopsis
Arguments
| Argument | Required | Description |
|---|---|---|
sequence | Yes | Path to FASTA file or raw sequence |
Options
| Option | Short | Description |
|---|---|---|
--json | -j | Output as JSON |
Output
The stats command displays:- Length — Sequence length in base pairs
- GC Content — GC percentage and count
- AT Content — AT percentage and count
- N Count — Number of masked (N) bases
- IUPAC Codes — Detected ambiguous codes
- RNA Detection — Whether sequence contains uracil (U)
Examples
Basic Usage
JSON Output
With Masked Regions
With IUPAC Codes
Use Cases
- Pre-flight check — Verify sequence before design
- Pipeline scripting — Use
--jsonfor automated workflows - Troubleshooting — Identify problematic sequences