[Bioperl-l] seqIO

Josh Lauricha laurichj at bioinfo.ucr.edu
Tue Oct 7 01:25:01 EDT 2003


On Tue 10/07/03 12:45, Desmond Lim wrote:
> I didn't think it would work but I wanted to try it out.
> 
> What I'm trying to do is get SeqIO to accept an array of sequences and
> not a file.

At the risk of sounding stupid, why? If you already have the sequences
in memory why do you want to read them in twice?

If the array is something like:
@a = <IN>;

then join them and use IO::String (or IO::Scalar).

-- 

----------------------------
| Josh Lauricha            |
| laurichj at bioinfo.ucr.edu |
| Bioinformatics, UCR      |
|--------------------------|


More information about the Bioperl-l mailing list