Commit Graph
34 Commits
Author SHA1 Message Date
Nicola Soranzo 9b4de72ca6 Fix all E722 errors and ignore E741
Introduced in flake8 3.5.0
Fix import order.
2017-10-24 11:29:09 +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 03a807e374 Lint some tools 2017-01-23 21:11:43 +00:00
Nicola Soranzo 1d17a29c79 Fixes for pycodestyle 2.2.0 2016-11-15 16:56:50 +00:00
Nicola Soranzo 11b4f3a60c Fix import order and Python3 compatibility for tools/
xref #1715
2016-09-29 19:26:22 +01:00
Nicola Soranzo 8a43b2b492 Python 3: use "as" instead of comma in except clause 2016-05-17 23:53:16 +01:00
Nicola Soranzo 69cda48690 Remove remaining references to galaxy.eggs . flake8 some files in tools/ . 2015-10-26 19:29:13 +00:00
Nicola Soranzo 1830adfb30 Fixes for @jmchilton and @dannon. 2015-06-17 19:37:45 +01:00
Nicola Soranzo 3c40f32fa2 PEP-8 and pylint fixes. 2015-06-16 16:53:49 +01:00
Nicola Soranzo 341a6cf760 Use requirements of type="package" instead of deprecated "binary". 2015-05-15 12:43:15 +01:00
Lance Parsons d0dbaa377d Made regex more specific 2014-09-05 10:55:38 -04:00
Lance Parsons 94e2961e30 Allow specification of complete filename of 2bit files in codingSnps.pl 2014-09-04 16:02:54 -04:00
Dave Bouvier b0efe4ddea Migrate tools from the distribution to the tool shed, including but not limited to samtools and fastx_toolkit tools. 2013-09-26 10:05:00 -04:00
Dave Bouvier b3df9b732b Make wrapper compatible with python 2.5. 2013-01-23 12:32:05 -05:00
Dave Bouvier 3a52a92cc5 Make wrapper compatible with python 2.5. 2013-01-22 15:55:29 -05:00
Richard Burhans 8c892f4bf4 updates to Phenotype Association tools from Belinda 2012-11-20 11:42:13 -05:00
Jeremy Goecks 9a5679c37c Use mako template in tool help so that dynamic image paths can be used. Fixes #141 2012-08-07 09:40:51 -04:00
Richard Burhans c3765659ea changes to aaChanges interface 2012-04-02 14:28:08 -04:00
Richard Burhans 77f391c6ae changes to aaChanges tool 2012-03-22 13:19:31 -04:00
Richard Burhans a3f8cb2efc python version of "phyloP interspecies conservation scores" tool 2011-11-30 12:05:59 -05:00
Richard Burhans 5a16f62890 changed output type for aaChanges (from tabular to interval) 2011-09-26 15:59:52 -04:00
Richard Burhans f762bd3780 aaChanges tool: Added an option to keep the columns from the SNP dataset 2011-09-21 16:50:18 -04:00
Daniel Blankenberg 378c5eeacd Tool help updates. 2011-09-21 04:11:07 -04:00
Richard Burhans 557e7953f2 Fixes to aaChanges tool 2010-12-02 13:04:05 -05:00
Nate Coraor e05f11bc73 Convert a bunch of binary requirement tags to package requirements, and change the sputnik tool to call 'sputnik' instead of 'bx-sputnik'. 2010-10-07 16:23:57 -04:00
Richard Burhans 0cd1db87a2 Updates to help text for Human Genome Variation tools and formatHelp.html 2010-09-28 12:38:52 -04:00
Richard Burhans 5acffa2403 Updates to documentation for Human Genome Variation tools 2010-09-24 06:04:06 -04:00
Richard Burhans c4ef1f8b5b Initial checkin of Human Genome Variation tools 2010-09-14 18:20:15 -04:00
Greg Von Kuster 35d0ac21c9 Next rev of codingSnps tool. 2010-03-24 14:14:58 -04:00
Greg Von Kuster 47463daa73 Add the add_scores tool. 2010-03-23 15:43:58 -04:00
Greg Von Kuster f129f97f27 Add the codingSnps tool. 2010-03-23 13:53:21 -04:00
Daniel Blankenberg 4142fc75fe Changing an 'and' to 'or' in SNP mutate codon tool error checking. 2009-09-22 11:40:41 -04:00
Daniel Blankenberg 97297d4e3a More friendly error reporting for mutate SNP codon tool. 2009-09-22 11:37:41 -04:00
Daniel Blankenberg 132376998d Add a new tool, Mutate by SNP codon, which will take codon position and sequence information that is joined to SNP data and create a 'mutated codon'. 2009-09-15 12:04:14 -04:00