varforge 0.2.0

Synthetic cancer sequencing test data generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# minimal.yaml — Simplest possible VarForge simulation
#
# Only the two required fields: a reference genome path and an output
# directory.  Everything else uses built-in defaults:
#
#   coverage:      30x
#   read_length:   150 bp
#   fragment mean: 300 bp  (sd: 50 bp)
#   mean quality:  Q36
#   output:        FASTQ + truth VCF + manifest
#
# Run:
#   varforge simulate --config examples/minimal.yaml

reference: ${reference}  # set with --set reference=/path/to/hg38.fa

output:
  directory: out/minimal