Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: How to get non-redundant DNA sequences from a FASTA file?

by Not_a_Number (Prior)
on Sep 06, 2015 at 12:32 UTC ( [id://1141193]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How to get non-redundant DNA sequences from a FASTA file?
in thread How to get non-redundant DNA sequences from a FASTA file?

You (and biohisham) need to declare %hash before using it. Simply put this line:

my %hash;

before the first while loop.

Replies are listed 'Best First'.
Re^4: How to get non-redundant DNA sequences from a FASTA file?
by Anonymous Monk on Sep 07, 2015 at 11:08 UTC
    Hi Not_a_Number, Many thanks for your suggestion. Now the script is working nicely. Regards.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-04-18 07:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found