|
|
| laziness, impatience, and hubris | |
| PerlMonks |
How to write a perl script to grab the first 100 sequences to a 227,000 sequence file?by radnorr (Initiate) |
| on Jul 26, 2012 at 21:04 UTC ( #983938=perlquestion: print w/ replies, xml ) | Need Help?? |
|
radnorr has asked for the
wisdom of the Perl Monks concerning the following question:
Hello,
I am trying to create a script that will allow me to grab a small sample (~100) of sequences in a fasta file that contains over 200,000 sequences and put it into an output file. I have tried things like split and sed but they are to inefficient for such a process and produce unnecessary output files. Any pointers will help. Thank you.
Back to
Seekers of Perl Wisdom
|
|