Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Schwartzian transform deformed with impunity

by jwkrahn (Abbot)
on Apr 22, 2012 at 23:16 UTC ( [id://966504]=note: print w/replies, xml ) Need Help??


in reply to Schwartzian transform deformed with impunity

use strict; use warnings; chomp( my @unsorted = <DATA> ); my @sorted = map unpack( 'x4a*', $_ ), sort map pack( 'Na*', /(\d+)\D* +\z/, $_ ), @unsorted; print map "$_\n", @sorted; __DATA__ sequence3.gb.txt sequence1.gb.txt sequence7.gb.txt sequence5.gb.txt sequence2.gb.txt sequence4.gb.txt sequence10.gb.txt sequence9.gb.txt sequence8.gb.txt

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://966504]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-23 11:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found