http://www.perlmonks.org?node_id=976581


in reply to Re^3: concatenating multiple lines without using . operator
in thread concatenating multiple lines without using . operator

Hi Mike

I meant no critcism towards your post, but I'm not sure whether Bio::SeqIO can read a file where all the sequence is on 1 line rather than 60 chars to a line. Perhaps it can.    :-)

I just wanted readers to know that there is a 'write_seq()' method so they don't have to manually, (and without error), write out the 'id', 'decscription' or 'sequence'.

Again, I didn't mean to be critical of your post, but just to make readers aware of the write_seq method. (And I wasn't aware of the 'width' method and how it might be used).

Chris

  • Comment on Re^4: concatenating multiple lines without using . operator

Replies are listed 'Best First'.
Re^5: concatenating multiple lines without using . operator
by frozenwithjoy (Priest) on Jun 16, 2012 at 16:51 UTC
    Oh, no worries. I didn't feel criticized. ^__^ And ya, I had no idea about the 'width' call either, so I'm not sure if the inability for write_seq to properly use the custom width setting is a bug in the module or in the chair-keyboard interface.