File: Changes

package info (click to toggle)
libtfbs-perl 0.7.1%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,992 kB
  • sloc: perl: 10,728; ansic: 1,228; makefile: 560; sh: 9
file content (47 lines) | stat: -rw-r--r-- 1,534 bytes parent folder | download | duplicates (4)
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

Changes in 0.3.1:
================
* Available as two distributions 
	0.3.1s - for use with current stable (0.7.*) release of bioperl
	0.3.1d - for use with development (currently 1.0.alpha) release
	         of bioperl; produced using patches kindly provided by
		 Jason Stajich

* Added POD documentation for 
	* Iterator method in TFBS::MatrixSet,
          TFBS::SiteSet and TFBS::SitePairSet	
	* search_seq and search_aln methods in TFBS::MatrixSet

* TFBS::Matrix::PWM : fixed bug in handling -seqstring parameter
  passed to the search_seq method

* TFBS::Matrix::* : fixed bug in handling -matrixstring parameter
  passed to the constructor



Changes in 0.3.0:
================
* All aggregate classes (TFBS::MatrixSet, TFBS::SiteSet 
  and TFBS::SitePairSet) have iterators with uniform interface.

* added search_aln method to TFBS::MatrixSet, making possible 
  phylogenetic footprinting scans with sets of matrices

* Removed absolute requirement for the GD.pm module: its import is 
  deferred until the first call of draw_logo method of TFBS::Matrix 
  subclasses. Package test suite now does not require it, either.

* Changes in Makefile.PL: it now very clearly notifies user about 
  missing prerequisute modules.
    
*  Improved documentation: added README and CHANGES files, and data 
   model information for JASPAR2 database in TFBS::DB::JASPAR2 POD
    
*  More example scripts included in the distribution (see below)
    
*  Fixed quite a few bugs, mainly in TFBS::DB::FlatFileDir and aggregate 
classes