-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathChangeLog
32 lines (24 loc) · 1.04 KB
/
ChangeLog
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
27
28
29
30
31
32
2013-09-01 Takamasa Imai <[email protected]>
Release Version 1.0.3.
* Added function:
In order to reproduce the output of PBSIM, "--seed" option was added.
This option fixes the seed of the pseudorandom number.
2012-10-04 Yukiteru Ono <[email protected]>
Release Version 1.0.2.
* Added function:
Samples (specified by --sample-fastq) were able to be reused.
--sample-profile-id was added and
--fastq was renamed to --sample-fastq.
* Changed:
Multi-FASTA files were able to be acceptable for --sample-fastq.
* Changed:
The range of coverage depth (specified by --depth) was changed
to be from 0 to the maximum integer size, and any float number
is acceptable.
2012-06-29 Yukiteru Ono <[email protected]>
Release Version 1.0.1.
* Changed:
The output format of read positions in the reference sequence
was changed to MAF.
* Fixed bug:
The swapping between --accuracy-max and --accuracy-min was fixed.