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

Gordon Gremme gremme at gmail.com
Wed Apr 29 11:04:36 CEST 2009


On Wed, Apr 29, 2009 at 10:37 AM, James Casbon <casbon at gmail.com> wrote:
> 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?

The tests run fine (except for one, but that didn't run well before, I
am working on this).
I just committed the patch, thanks!

Gordon


More information about the gt-users mailing list