On 06/04/2013 08:21 AM, mstagliamonte wrote:
Hi everyone,
I am a beginner in python and trying to find my way through... :)
I am writing a script to get numbers from the headers of a text file.
If the header is something like:
h01 = ('>scaffold_1')
I just use:
h01.lstrip('>scaffold_')
and this
On 06/04/2013 12:01 PM, Mark Lawrence wrote:
On 04/06/2013 16:49, mstagliamonte wrote:
[strip the double line spaced nonsense]
Can you please check your email settings. It's bad enough being plagued
with double line spaced mail from google, having it come from yahoo is
just adding insult to in
Thanks to everyone! I didn't expect so many replies in such a short time!
Regards,
Max
--
http://mail.python.org/mailman/listinfo/python-list
On 04/06/2013 16:49, mstagliamonte wrote:
[strip the double line spaced nonsense]
Can you please check your email settings. It's bad enough being plagued
with double line spaced mail from google, having it come from yahoo is
just adding insult to injury, thanks :)
--
"Steve is going for the
In <1829efca-935d-4049-ba61-7138015a2...@googlegroups.com> mstagliamonte
writes:
> Hi everyone,
> I am a beginner in python and trying to find my way through... :)
> I am writing a script to get numbers from the headers of a text file.
> If the header is something like:
> h01 = ('>scaffold_1'
On Tuesday, June 4, 2013 11:48:55 AM UTC-4, MRAB wrote:
> On 04/06/2013 16:21, mstagliamonte wrote:
>
> > Hi everyone,
>
> >
>
> > I am a beginner in python and trying to find my way through... :)
>
> >
>
> > I am writing a script to get numbers from the headers of a text file.
>
> >
>
> > I
mstagliamonte wrote:
> Hi everyone,
>
> I am a beginner in python and trying to find my way through... :)
>
> I am writing a script to get numbers from the headers of a text file.
>
> If the header is something like:
> h01 = ('>scaffold_1')
> I just use:
> h01.lstrip('>scaffold_')
> and this re
On Tuesday, June 4, 2013 11:41:43 AM UTC-4, Fábio Santos wrote:
> On 4 Jun 2013 16:34, "mstagliamonte" wrote:
>
> >
>
> > On Tuesday, June 4, 2013 11:21:53 AM UTC-4, mstagliamonte wrote:
>
> > > Hi everyone,
>
> > >
>
> > >
>
> > >
>
> > > I am a beginner in python and trying to find my way
On 04/06/2013 16:21, mstagliamonte wrote:
Hi everyone,
I am a beginner in python and trying to find my way through... :)
I am writing a script to get numbers from the headers of a text file.
If the header is something like:
h01 = ('>scaffold_1')
I just use:
h01.lstrip('>scaffold_')
and this re
On 4 Jun 2013 16:34, "mstagliamonte" wrote:
>
> On Tuesday, June 4, 2013 11:21:53 AM UTC-4, mstagliamonte wrote:
> > Hi everyone,
> >
> >
> >
> > I am a beginner in python and trying to find my way through... :)
> >
> >
> >
> > I am writing a script to get numbers from the headers of a text file.
On Tuesday, June 4, 2013 11:21:53 AM UTC-4, mstagliamonte wrote:
> Hi everyone,
>
>
>
> I am a beginner in python and trying to find my way through... :)
>
>
>
> I am writing a script to get numbers from the headers of a text file.
>
>
>
> If the header is something like:
>
> h01 = ('>sca
On Tuesday, June 4, 2013 11:21:53 AM UTC-4, mstagliamonte wrote:
> Hi everyone,
>
>
>
> I am a beginner in python and trying to find my way through... :)
>
>
>
> I am writing a script to get numbers from the headers of a text file.
>
>
>
> If the header is something like:
>
> h01 = ('>sca
On Tuesday, June 4, 2013 11:21:53 AM UTC-4, mstagliamonte wrote:
> Hi everyone,
>
>
>
> I am a beginner in python and trying to find my way through... :)
>
>
>
> I am writing a script to get numbers from the headers of a text file.
>
>
>
> If the header is something like:
>
> h01 = ('>sca
On Tuesday, June 4, 2013 11:21:53 AM UTC-4, mstagliamonte wrote:
> Hi everyone,
>
>
>
> I am a beginner in python and trying to find my way through... :)
>
>
>
> I am writing a script to get numbers from the headers of a text file.
>
>
>
> If the header is something like:
>
> h01 = ('>sca
Hi everyone,
I am a beginner in python and trying to find my way through... :)
I am writing a script to get numbers from the headers of a text file.
If the header is something like:
h01 = ('>scaffold_1')
I just use:
h01.lstrip('>scaffold_')
and this returns me '1'
But, if the header is:
h02: ('
15 matches
Mail list logo