Update pod and make get_trace_data() return the current value.
commit859408b4611ba8d077447250104b319aed4cdd0d
authorAdam Sjøgren <adsj@novozymes.com>
Thu, 16 Jul 2009 12:39:23 +0000 (16 20:39 +0800)
committerChris Fields <cjfields@bioperl.org>
Mon, 17 May 2010 20:47:44 +0000 (18 04:47 +0800)
tree8865eea3dff45d96fa7e16829a3c6b0bcebd1a64
parent54333ea3cf2bfa7be1b19854bfbd2629b16dc74d
Update pod and make get_trace_data() return the current value.

The pod references the option -read_graph_data and the method
read_graph_data(), but neither are handled by the code; the code
uses get_trace_data.

The method get_trace_data() is used as an accessor in the code:
called without an argument to read the value - but the method
overwrites the current value with 0 if called without any arguments;
so calling get_trace_data() without arguments returns 0 always,
making it impossible to reach the read_trace_with_graph() call.
Bio/SeqIO/abi.pm