[gt-users] A series of questions regarding GenomeTools C and its Python interface

James Casbon casbon at gmail.com
Wed Apr 29 10:37:39 CEST 2009


2009/4/28 Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de>:
> Okay, of course. Would it suffice to have
> http://pypi.python.org/pypi/PythonTidy/1.16 process the current code to
> comply to the coding conventions? If you want to patch this, I will of
> course gladly accept a patch against the current git master head.

I tried this with:
for i in `find . -name '*.py'`; do python python-tidy $i > $i.tidy &&
mv $i.tidy $i ; done
and the patch *looks* good (attached).

Can you run the python tests without intervention?

cheers,
James
-------------- next part --------------
A non-text attachment was scrubbed...
Name: whitespace.patch
Type: application/octet-stream
Size: 185262 bytes
Desc: not available
Url : http://genometools.org/pipermail/gt-users/attachments/20090429/a8b24663/attachment-0001.obj 


More information about the gt-users mailing list