RE: Checking filenames? [:: ?Kinda Solved? ::]

2004-03-04 Thread Sumit Kaur
Hi, I have to write my first Perl script . This scripts Searches for rare = codons in nucleotide sequence . The nucleotide sequence is entered by = the user in the format "ATTGCAA.." and then the program breaks this = sequence in the groups of three alphabets like ATT,GCA...so no.=20 Please sugg

Nucleotide Sequence

2004-03-05 Thread Sumit Kaur
Hi, I have to write my first Perl script . This scripts Searches for rare codons in nucleotide sequence . The nucleotide sequence is entered by the user in the format "ATTGCAATT.." and then the scripts breaks this sequence in the groups of three alphabets like ATT,GCA,ATT...so no.and then I

Nucleotide Sequencing

2004-03-10 Thread Sumit Kaur
I am a fresh starter of Perl and I need to write a script that perform the same function done by the following JavaScript. I know it is wrong to ask for code but I am in urgent requirement of this. The javascript code is as follows