![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: File::Wrap and Fasta formatby robsv (Curate) |
on Mar 25, 2003 at 21:41 UTC ( #245796=note: print w/replies, xml ) | Need Help?? |
Here's another shorter regex (although it's not doing any substitution):
The fastest way I've found of dumping a FASTA sequence (with very large sequences, anyways), is with substr: The thing to watch here is that it's destructive - $seq will be empty when it finishes. - robsv
In Section
Snippets Section
|
|