Re: perl reg exp problem

2003-06-23 Thread Kevin Pfeiffer
In article <[EMAIL PROTECTED]>, Janek Schleicher wrote: > Robin Garbutt wrote at Mon, 23 Jun 2003 11:40:47 +0100: > >> I have a string that is a random sequence like the following:- >> >> ACGTCGTCGTCACACACACGCGTCTCTATACGCG >> >> I want to be able to parse the string, picking out any TATA seque

Re: perl reg exp problem

2003-06-23 Thread Kevin Pfeiffer
In article <[EMAIL PROTECTED]>, Robin Garbutt wrote: > Hi all, > > I have a string that is a random sequence like the following:- > > ACGTCGTCGTCACACACACGCGTCTCTATACGCG > > I want to be able to parse the string, picking out any TATA sequences, > colour them in red and make a not of where ther

Re: perl reg exp problem

2003-06-23 Thread Kevin Pfeiffer
In article <[EMAIL PROTECTED]>, Janek Schleicher wrote: > Robin Garbutt wrote at Mon, 23 Jun 2003 11:40:47 +0100: > >> I have a string that is a random sequence like the following:- >> >> ACGTCGTCGTCACACACACGCGTCTCTATACGCG >> >> I want to be able to parse the string, picking out any TATA seque

Re: perl reg exp problem

2003-06-23 Thread Rob Anderson
news:[EMAIL PROTECTED] > > "Robin Garbutt" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > what does shift do in perl? > > cheers > > Rob. > > > -Original Message- > > From: Janek Schleicher [mailto:[EMAIL PROTECTED] >

Re: perl reg exp problem

2003-06-23 Thread Rob Anderson
"Robin Garbutt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] what does shift do in perl? cheers Rob. > -Original Message- > From: Janek Schleicher [mailto:[EMAIL PROTECTED] > Sent: 23 June 2003 08:52 > To: [EMAIL PROTECTED] > Subject: Re: p

RE: perl reg exp problem

2003-06-23 Thread Robin Garbutt
what does shift do in perl? cheers Rob. > -Original Message- > From: Janek Schleicher [mailto:[EMAIL PROTECTED] > Sent: 23 June 2003 08:52 > To: [EMAIL PROTECTED] > Subject: Re: perl reg exp problem > > > Robin Garbutt wrote at Mon, 23 Jun 2003 11:40:47 +0100

Re: perl reg exp problem

2003-06-23 Thread Janek Schleicher
Robin Garbutt wrote at Mon, 23 Jun 2003 11:40:47 +0100: > I have a string that is a random sequence like the following:- > > ACGTCGTCGTCACACACACGCGTCTCTATACGCG > > I want to be able to parse the string, picking out any TATA sequences, > colour them in red and make a not of where ther lie in the

perl reg exp problem

2003-06-23 Thread Robin Garbutt
Hi all, I have a string that is a random sequence like the following:- ACGTCGTCGTCACACACACGCGTCTCTATACGCG I want to be able to parse the string, picking out any TATA sequences, colour them in red and make a not of where ther lie in the sequence. Is this possible with perl? cheers Rob. =