in reply to A program to extract the reads and modify the seq ID

Thank you for using <code>...</code> to show your code. But could you do the same for your sample data too? It's pretty unreadable as-is.

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name

Replies are listed 'Best First'.
Re^2: A program to extract the reads and modify the seq ID
by Teju (Initiate) on Feb 25, 2014 at 13:26 UTC
    @tobyink Thank you for letting me know.