1Bio::Tools::AlignFactorUys(e3r)Contributed Perl DocumentBaitoi:o:nTools::AlignFactory(3)
2
3
4
6 Bio::Tools::AlignFactory - Base object for alignment factories
7
9 You wont be using this as an object, but using a dervied class like
10 Bio::Tools::pSW
11
13 Holds common Alignment Factory attributes in place
14
16 http://bio.perl.org/ or birney@sanger.ac.uk
17
19 The rest of the documentation details each of the object methods.
20 Internal methods are usually preceded with a _
21
22 kbyte
23
24 Title : kbyte()
25 Usage : set/gets the amount of memory able to be used
26 Function :
27 : $factory->kbyte(200);
28 :
29 Returns :
30 Argument : memory in kilobytes
31
32 report
33
34 Title : report()
35 Usage : set/gets the report boolean to issue reports or not
36 Function :
37 : $factory->report(1); # reporting goes on
38 :
39 Returns : n/a
40 Argument : 1 or 0
41
42 set_memory_and_report
43
44 Title : set_memory_and_report
45 Usage : Only used by subclasses.
46 Function:
47 Example :
48 Returns :
49 Args :
50
51
52
53perl v5.8.8 2007-05-07 Bio::Tools::AlignFactory(3)