Nicola Soranzo
|
21b44bf348
|
Fix all E201 and E202 style errors
using the following command:
```
autopep8 -i -r --exclude $(sed -e 's|^|./|' -e 's|/$||' .ci/flake8_blacklist.txt | paste -sd,) --select E201,E202 .
```
|
2017-08-17 11:35:39 +01:00 |
|
Nicola Soranzo
|
93348e7199
|
Fix the remaining 1334 flake8 errors in scripts/ . Close #391.
|
2016-02-18 15:45:15 +00:00 |
|
Nicola Soranzo
|
34d9388456
|
Use os.pardir everywhere instead of '..' .
|
2015-07-14 16:20:29 +01:00 |
|
Nicola Soranzo
|
6569c2dcc3
|
Partially lint scripts/ .
|
2015-07-13 20:13:28 +01:00 |
|
Dannon Baker
|
c733ce370b
|
Fix path insertion vs appending of <galaxy>/lib for all scripts.
|
2015-02-12 10:34:51 -05:00 |
|
Nate Coraor
|
006716f53a
|
Egg support overhaul, introduces a number of fixes to the ABI recognition, better build scripts, a rewrite of the eggs library and eliminition of the need for python -ES
|
2010-03-01 15:41:30 -05:00 |
|
Nate Coraor
|
dd2ba78f45
|
Add fetch_eggs option to pull for other platforms (e.g. cluster nodes)
|
2009-01-30 11:37:18 -05:00 |
|
Greg Von Kuster
|
af3b0669aa
|
Eliminated all Python2.4 references, added necessary assert statements to ensure minimum version of Python 2.4.
|
2008-03-28 15:24:50 +00:00 |
|
Nate Coraor
|
5f189e45c3
|
The enormous eggs-out-of-svn commit. More details at:
http://g2.trac.bx.psu.edu/wiki/GalaxyEggs
|
2008-03-27 19:27:05 +00:00 |
|