Quick start¶
1. Prepare a reference genome¶
Obtain a reference genome in FASTA format. This demo uses the repository's bundled test.fa. For real analyses, prepare or download a reference genome from Ensembl or GENCODE that matches the species and build in your study.
2. Run a WGBS simulation¶
Command options
run wgbs simulates WGBS reads. In this command:
-rspecifies the reference FASTA;-ospecifies the output directory;-nspecifies the total number of reads to generate (n/2 read pairs);-tsets the number of threads;--seedspecifies the master seed;
All other parameters use the WGBS defaults. See Customize for more configuration options.
3. Inspect the output¶
This command uses the default paired-end mode and fastq.gz format, so the
output directory contains two FASTQ files and a run manifest:
Preview the first R1 record:
The manifest records the effective configuration, provenance, and run summary:
Continue with customized simulation¶
Choose WGBS, RRBS, TBS, or a non-bisulfite assay. Then check the following
- Tutorials for complete task-oriented commands;
- Customize to choose models and parameters;
- CLI parameters for default and optional configurations.