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

Re: how to merge the files of DNA sequences?

by graff (Chancellor)
on Jul 24, 2004 at 19:50 UTC ( [id://377159]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
          print "$s1$s2";  # (update: added "$" on "s1")
       }
    }
    
  2. or download this
    paste -d '' file1 file2 | perl -pe 's/(?<=\w)>.*//' > files.joined
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-24 22:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found