![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: simple perl script to trim a FASTA fileby almut (Canon) |
on Apr 08, 2010 at 22:10 UTC ( #833648=note: print w/replies, xml ) | Need Help?? |
trim off x nucleotides from the beginning, and y nucleotides from the end
For longer stretches you can also write .{N} (with N being the number of nucleotides to trim).
In Section
Seekers of Perl Wisdom
|
|