use Text::Wrap; $Text::Wrap::columns = 51; #includes terminal \n ... print $fh ">$description\n"; print $fh wrap('', '', $sequence_string."\n");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: File::Wrap and Fasta format
by aging acolyte (Pilgrim) on Mar 13, 2003 at 12:21 UTC | |
|
Re: File::Wrap and Fasta format
by robsv (Curate) on Mar 25, 2003 at 21:41 UTC |