forked from Ensembl/Bio-DB-HTS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
84 lines (65 loc) · 2.08 KB
/
Changes
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
* updated doc
* added tests cases for CRAM/SAM
* added CRAM/BAM writing
* removed sorting capabilites
* added BAM writing and sorting capabilities (Dietmar Rieder)
2.4
* github repo move to https://github.com/Ensembl/Bio-DB-HTS
* -Wformat=no removed from build options
* check results of archive fetches
2.3
* cram tests moved to the scripts directory to allow install when CRAM reference archive is unavailable
2.2
* Zip file downloads during install
* HTSlib version set to 1.3.1 or specified parameter during install
* https for remote file prefix check added, courtesy of Zhicheng-Liu
2.1
* add missing test file to manifest
2.0
* BCF addition
* Kseq addition: courtesy of Andrew Yates and Chris Fields
* Tabix bugfixes: see GitHub issue #17
* licence updated
1.13
* removed file existence Tabix check as it prevents remote access
* Tabix bugfix
* Build git clone commands use branch and depth options
1.12
* Build procedure static option added, courtesy of David Jones
* TravisCI tests added
* build_options script added to demonstrate build options
* cpanfile updates
1.11
* FAIDX memory leak fix, courtesy Andy Yates & Keiran Raine
* INSTALL.pl to local directory, courtesy Keiran Raine
* documentation updates
1.10
* Tabix header_array subroutine added
* Tabix DEMOLISH routines renamed close for consistency
1.09
* Tabix header subroutine, test added
* README clarifications
* prompt removed from install script
1.08
* Added missing test files
1.07
* Build.PL updated, courtesy of James Gilbert.
* TABIX bindings added, courtesy of Alex Hodgkins, Congenica Ltd.
1.06
* htslib directory parameter added for perl Build.PL
* faidx include directory bug fix added
1.05
* CRAM tests added
* cpanfile added
1.04
* FAIDX added
1.03
* license field corrected in Build.PL
* Version numbers added to PM files
* Alien::HTSlib module referred to
1.02
* Version numbers added to PM files
1.01
* Package renaming
1.00
* First full release of htslib port from Bio::DB::Sam