Method: Bio::FlatFile#entry_pos_flag=
- Defined in:
- lib/bio/io/flatfile.rb
#entry_pos_flag=(x) ⇒ Object
Sets flag to write down entry start and end positions
312 313 314 |
# File 'lib/bio/io/flatfile.rb', line 312 def entry_pos_flag=(x) @splitter.entry_pos_flag = x end |