Re: [Tutor] Simple string processing problem

2005-05-16 Thread Kent Johnson
[EMAIL PROTECTED] wrote: > Thanks! > > Your help has made me realise the problem is more complex than I first > though though...I've included a small sample of an actual file I need to > process. The structure is the same as in the full versions though; some > lowercase, some uppercase, then s

Re: [Tutor] Simple string processing problem

2005-05-13 Thread Mark Thomas
On 13 May 2005 21:59:58 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > The file: > > ScerACTAACAAGCTGGTTTCTCC-TAGTACTGCTGTTTCTCAAGCTG > Sparactaacaagctggtttctcc-tagtactgctgtttctcaagctg > Smikactaacaagctgtttcctct

Re: [Tutor] Simple string processing problem

2005-05-13 Thread Danny Yoo
On 13 May 2005 [EMAIL PROTECTED] wrote: > Your help has made me realise the problem is more complex than I first > though though...I've included a small sample of an actual file I need to > process. The structure is the same as in the full versions though; some > lowercase, some uppercase, then

Re: [Tutor] Simple string processing problem

2005-05-13 Thread cgw501
Thanks! Your help has made me realise the problem is more complex than I first though though...I've included a small sample of an actual file I need to process. The structure is the same as in the full versions though; some lowercase, some uppercase, then some more lowercase. One is that I nee

Re: [Tutor] Simple string processing problem

2005-05-13 Thread Max Noel
On May 13, 2005, at 20:36, [EMAIL PROTECTED] wrote: > Hi, > > i am a Biology student taking some early steps with programming. I'm > currently trying to write a Python script to do some simple > processing of a > gene sequence file. Welcome aboard! > A line in the file looks like: > SCER

[Tutor] Simple string processing problem

2005-05-13 Thread cgw501
Hi, i am a Biology student taking some early steps with programming. I'm currently trying to write a Python script to do some simple processing of a gene sequence file. A line in the file looks like: SCER ATCGATCGTAGCTAGCTATGCTCAGCTCGATCagctagtcgatagcgat Ther are many lines like this. What I