Re: Reading a sequence data from a file

2013-11-12 Thread Michael Brader
Hey Femi, Instructions and example code for doing all the things you want can be found in the standard Perl manual. You should be able to find it by opening a terminal window and using the perldoc command: perldoc -f open perldoc -f chdir perldoc -q path This is best, because the documentati

Re: Reading a sequence data from a file

2013-11-12 Thread Alaba, Oluwafemi (IITA)
Dear Michael, Thanks for your kind explanation. I understood it pretty well. I feel very fortunate to have you respond to my post. I just wanna know if i must save that file ("NM021964fragment.pep") in a particular location in my OS X to run my scripts properly. It is not yet running. Could y

Re: perl code for geometric hashing

2013-11-12 Thread Shlomi Fish
Hi Gurunath, On Tue, 12 Nov 2013 11:38:48 +0530 Gurunath Katagi wrote: > Dear all, > I want to write a program for geometric hashing in perl. Does anyone know, > if this is a part of any perl module or someone has written the code > sometime... > This search does not find anything: https://met