1wgsim(1) Bioinformatics tools wgsim(1)
2
3
4
6 wgsim - Whole-genome sequencing read simulator
7
9 wgsim [options] <in.ref.fa> <out.read1.fq> <out.read2.fq>
10
11 <in.ref.fa> must be a fasta file containing a reference genome.
12
13 <out.read1.fq> and <out.read2.fq> are the first and second read output
14 files.
15
17 -e FLOAT
18 base error rate [0.000]
19
20 -d INT outer distance between the two ends [500]
21
22 -s INT standard deviation [50]
23
24 -N INT number of read pairs [1000000]
25
26 -1 INT length of the first read [70]
27
28 -2 INT length of the second read [70]
29
30 -r FLOAT
31 rate of mutations [0.0010]
32
33 -R FLOAT
34 fraction of indels [0.15]
35
36 -X FLOAT
37 probability an indel is extended [0.30]
38
39 -S INT seed for random generator [-1]
40
41 -A FLOAT
42 discard if the fraction of ambiguous bases higher than FLOAT
43 [0.05]
44
45 -h haplotype mode
46
47 Parameter defaults are given in square brackets.
48
50 Copyright 2008 Genome Research Limited.
51 Copyright 2011 Heng Li.
52
53 wgsim is part of samtools, https://github.com/samtools/samtools
54
55
56
57samtools-1.9 18 July 2018 wgsim(1)