Package Bio :: Package Emboss :: Module Primer :: Class _Primer3RecordConsumer
[hide private]
[frames] | no frames]

Class _Primer3RecordConsumer

source code

ParserSupport.AbstractConsumer --+
                                 |
                                _Primer3RecordConsumer

Get output from prime3 into a Primer3Record

Instance Methods [hide private]
 
__init__(self) source code
 
_add_last_primer(self) source code
 
comments(self, comment) source code
 
start_primer(self, junk) source code
 
single_primer_line(self, junk) source code
 
product_size(self, size) source code
 
forward_start(self, start) source code
 
forward_length(self, length) source code
 
forward_tm(self, tm) source code
 
forward_gc(self, gc) source code
 
forward_seq(self, seq) source code
 
reverse_start(self, start) source code
 
reverse_length(self, length) source code
 
reverse_tm(self, tm) source code
 
reverse_gc(self, gc) source code
 
reverse_seq(self, seq) source code
 
internal_start(self, start) source code
 
internal_length(self, length) source code
 
internal_tm(self, tm) source code
 
internal_gc(self, gc) source code
 
internal_seq(self, seq) source code
 
end_record(self) source code

Inherited from ParserSupport.AbstractConsumer: __getattr__