forked from MullinsLab/ViroblastStandalone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
47 lines (38 loc) · 1.46 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Jan. 7, 2021
# version 2.11.0+
# implements NCBI's blast+ version of 2.11.0
# provides options for user to download subject's entire sequence (default) or the region
mapping to the query sequence
Jan. 9, 2017
# version 2.6+
# accommodated NCBI's changes in https and phasing out gi
# correctly parsed output of late version of blast+ (> 2.2.31+)
Dec. 10, 2014
# version 2.5.3+
# fixed the missing link of the last blast output html page caused by previous update
Oct. 14, 2014
# version 2.5.2+
* fixed bug of calling system for cat
Oct. 10, 2014
# version 2.5+
* fixed security issues by passing argument to system call using escaped shell arg in php
or an array in perl.
July 16, 2013
# version 2.4+
* implemented NCBI BLAST+ applications (ncbi-blast-2.2.28+)
* fixed bug in incompatibility of parameters between NCBI BLAST+ versions, when the outfmt
is greater than 4 (xml or tabular output formats)
* increased php execution time in sequence.php to handle downloading huge sequence databases
Aug. 7, 2012
# version 2.3+
* fixed bug in split() that has been deprecated as of PHP 5.3.0, replaced by preg_split()
Jan. 18, 2011
# version 2.2+
* fixed bug in sorting columns of identities and e-value in tabular output
Sept. 10, 2010
# version 2.1+
* implemented NCBI BLAST+ applications (ncbi-blast-2.2.24+)
* added feature to sort the output table by columns
July 21, 2010
# version 2.0+
* implemented NCBI BLAST+ applications (ncbi-blast-2.2.23+)