Nicola Soranzo
|
d1bc98dfcb
|
Python3: fix remaining print statements
Remove some debugging prints.
Fix import order.
Consolidate exception logging in ToolShed database migrations.
|
2017-10-12 18:34:29 +01:00 |
|
Nicola Soranzo
|
9b1832abb1
|
Fix import order for cron/, scripts/ and test/
|
2017-09-25 23:44:39 +01:00 |
|
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
|
1d17a29c79
|
Fixes for pycodestyle 2.2.0
|
2016-11-15 16:56:50 +00:00 |
|
Nicola Soranzo
|
8a43b2b492
|
Python 3: use "as" instead of comma in except clause
|
2016-05-17 23:53:16 +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
|
69cda48690
|
Remove remaining references to galaxy.eggs . flake8 some files in tools/ .
|
2015-10-26 19:29:13 +00:00 |
|
Nate Coraor
|
0469ed29e0
|
Remove egg cruft from scripts/
|
2015-09-21 15:55:07 -04:00 |
|
Dave Bouvier
|
a3018feb02
|
Migrate 22 tools from the distribution to the tool shed.
|
2014-05-19 13:01:46 -04:00 |
|
Daniel Blankenberg
|
1aa7034e17
|
Fix minor typo in 5233:b5f4df8c3956
|
2011-03-18 13:40:58 -04:00 |
|
Daniel Blankenberg
|
4ff307c613
|
Add a script that will check a maf_index.loc file for inconsistencies between listed information and content of MAF indexes and files.
|
2011-03-18 13:39:19 -04:00 |
|
Daniel Blankenberg
|
fdef6331e5
|
Updates for 'Profile Annotations for a set of genomic intervals' tool. This tool will now report a 'data version'. Add a script that creates the indexes and table description xml from a UCSC database dump.
|
2010-04-23 11:14:26 -04:00 |
|
Kanwei Li
|
0952b28502
|
Sync hashbangs
|
2010-04-01 20:36:31 -04:00 |
|
Daniel Blankenberg
|
2223606101
|
Add a helper script that will re.escape files; useful for creating files valid for re_match and re_match_multiline comparisons in tool tests.
|
2010-03-09 15:25:23 -05:00 |
|