..
cu
Philipp
--
Dr. Philipp Pagel
Lehrstuhl f. Genomorientierte Bioinformatik
Technische Universität München
http://webclu.bio.wzw.tum.de/~pagel/
--
http://mail.python.org/mailman/listinfo/python-list
teria for
picking the values are, of course.
cu
Philipp
--
Dr. Philipp Pagel
Lehrstuhl f. Genomorientierte Bioinformatik
Technische Universität München
http://mips.gsf.de/staff/pagel
--
http://mail.python.org/mailman/listinfo/python-list
s" documentation:
http://docs.python.org/install/index.html
Have a look at Section 3 "Alternate installation".
cu
Philipp
--
Dr. Philipp Pagel
Lehrstuhl f. Genomorientierte Bioinformatik
Technische Universität München
http://mips.gsf.de/staff/pagel
--
http://mail.python.org/mailman/listinfo/python-list
sh that way. Biopython has such a parser:
www.biopython.org
cu
Philipp
--
Dr. Philipp Pagel
Lehrstuhl f. Genomorientierte Bioinformatik
Technische Universität München
http://mips.gsf.de/staff/pagel
--
http://mail.python.org/mailman/listinfo/python-list
Mensanator <[EMAIL PROTECTED]> wrote:
> On May 30, 10:03???am, Philipp Pagel <[EMAIL PROTECTED]>
> wrote:
> > 'P' is obviously not an ASCII representation of a number.
> It is in base 36.
Sure, but if that was the OP's intent he would most likely ha
t(a)
> and what you will get ? An error !!!
'P' is obviously not an ASCII representation of a number.
What did you expect? The closest number by visual appearance?
cu
Philipp
--
Dr. Philipp Pagel
Lehrstuhl f. Genomorientierte Bioinformatik
Technische Universität München
http
azrael <[EMAIL PROTECTED]> wrote:
> A friend of mine i a proud PERL developer which always keeps making
> jokes on python's cost.
There is only one sane way to deal with this situation: You need a
common enemy. Java comes to mind ;-)
cu
Philipp
--
Dr. Philipp
ense
but I don't think that's a good solution to the OP's problem.
cu
Philipp
--
Dr. Philipp Pagel
Lehrstuhl f. Genomorientierte Bioinformatik
Technische Universität München
http://mips.gsf.de/staff/pagel
--
http://mail.python.org/mailman/listinfo/python-list
s.
- More specific stuff e.g. in A. Gibbons "Algorithmic Graph Theory".
cu
Philipp
--
Dr. Philipp Pagel
Lehrstuhl f. Genomorientierte Bioinformatik
Technische Universität München
http://mips.gsf.de/staff/pagel
--
http://mail.python.org/mailman/listinfo/python-list
also do this:
import os
os.system('rm .lock*')
cu
Philipp
--
Dr. Philipp Pagel
Lehrstuhl f. Genomorientierte Bioinformatik
Technische Universität München
http://mips.gsf.de/staff/pagel
--
http://mail.python.org/mailman/listinfo/python-list
e date_string and format can't be parsed by
time.strptime() or if it returns a value which isn't a time tuple.
New in version 2.5.
--
cu
Philipp
--
Dr. Philipp Pagel
Lehrstuhl f. Genomorientierte Bio
Gerardo Herzig <[EMAIL PROTECTED]> wrote:
> Rockins Chen wrote:
> Well, if you have to use os.system, that could be
> os.system("export target=localhost.localdomain.org; ./callee.sh")
Or os.system("env target=localhost.localdomain.org ./callee.sh")
cu
you want:
>>> import copy
>>> a=[[2,4],[9,3]]
>>> b = copy.deepcopy(a)
>>> [map(list.sort,b)]
[[None, None]]
>>> a
[[2, 4], [9, 3]]
>>> b
[[2, 4], [3, 9]]
cu
Philipp
--
Dr. Philipp Pagel Tel. +49-8161-71 2131
t: either upgrade to something less outdated or see if you
can get todays csv to work with the oldtimer.
cu
Philipp
--
Dr. Philipp Pagel Tel. +49-8161-71 2131
Dept. of Genome Oriented BioinformaticsFax. +49-8161-71 2186
Technical University of Munich
http://mip
quot;)
> What I want to do is return true if any member of tuple t1 is found in
> the remaining tuples.
Another way to go instead of using sets, although probably less elegant:
>>> True in [x in t1 for x in t2]
True
>>> True in [x in t1 for x in t3]
True
>>> Tru
ea_name)
'"*Foo*"'
Unless there are files with funny names containing '"' you will not get a
match.
cu
Philipp
--
Dr. Philipp Pagel Tel. +49-8161-71 2131
Dept. of Genome Oriented BioinformaticsFax. +49-8161-71 2186
Technical University of Munich
http://mips.gsf.de/staff/pagel
--
http://mail.python.org/mailman/listinfo/python-list
Chris <[EMAIL PROTECTED]> wrote:
> It could easily be the 2gig file size limitation, how large are the
> extracts?
The files are much smaller than that, so that's not the issue.
Anyway, Antoon pointed me in the right direction.
Thanks for the help
Philipp
--
Antoon Pardon <[EMAIL PROTECTED]> wrote:
> On 2007-02-09, Philipp Pagel <[EMAIL PROTECTED]> wrote:
> > for filename in file_list:
> > file = os.popen('uncompress -c '+filename, 'r')
> > do_something(file)
> > file.cl
compress
changes the wording of the error message but not the result.
I tried to give popen a large bufsize argument but that didn't really
help.
Probably I'm overlooking something obvious here but right now I can't
see it. Any hints?
cu
Philipp
--
Dr. Philipp Pagel
differetn groupos of some kind? Or are you just looking for extreme
values (outliers maybe?)?
So it's more of statistical question than a python one.
cu
Philipp
--
Dr. Philipp Pagel Tel. +49-8161-71 2131
Dept. of Genome Oriented BioinformaticsFax. +49-
foo.replace('a', 'b'), x)
cu
Philipp
--
Dr. Philipp Pagel Tel. +49-8161-71 2131
Dept. of Genome Oriented BioinformaticsFax. +49-8161-71 2186
Technical University of Munich
http://mips.gsf.de/staff/pagel
--
http://mail.python.org/mailman/listinfo/python-list
extend this function to any given value ?
By subtracting the desired value from foo.
cu
Philipp
--
Dr. Philipp Pagel Tel. +49-8161-71 2131
Dept. of Genome Oriented BioinformaticsFax. +49-8161-71 2186
Technical University of Munich
http://mips.gsf.de/staff/pagel
--
http://mail.python.org/mailman/listinfo/python-list
22 matches
Mail list logo