-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme
More file actions
26 lines (14 loc) · 971 Bytes
/
readme
File metadata and controls
26 lines (14 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#****************************************************************************#
# mutation-call-by-coverage
#$Id$
#****************************************************************************#
Here is provided a set of model tools, with the same configuraration file.
Cheapseq
Cheapseq emulates a sequencing procedure, currently works only with one chromosome (reference sequence). Randonly generates and applies the mutations to all the reads; output the list of the mutations as well as Fasta with all the reads.
For help: ./cheapseq --help
Noiser
Take a FastA/FastQ stream, noise randomly some positions, outputs FastA. The main parameter is bases per error (0 is default, means no noise, actually, it is inf).
For help: ./noiser --help
DownSAM
Downsamples a SAM file. SAM stream input, SAM stream output. Tha main parameter is reads in input per reads in output. 1 (default) means no downsampling.
For help: ./downSAM --help