in reply to Re: Re: Re: Re: Selecting a random number, and back calculating to chromosome and contig!
in thread Selecting a random number, and back calculating to chromosome and contig!
You're problem is in the way you initalize %chr_cont_pos. You use parentheses '()' for the inner hashes when you should be using braces '{}'. Refer to perlref for more info.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Re: Re: Selecting a random number, and back calculating to chromosome and contig!
by Sameet (Beadle) on May 06, 2004 at 07:06 UTC |