Commit Graph
62 Commits
Author SHA1 Message Date
Dannon Baker 03351d2a9f Apply black to tools as well 2022-02-03 09:12:13 -05:00
Nicola Soranzo ef4f5ccda4 Remove deprecated `interpreter attribute from tools <command>` 2020-03-05 12:53: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 11b4f3a60c Fix import order and Python3 compatibility for tools/
xref #1715
2016-09-29 19:26:22 +01:00
Nicola Soranzo 39da6c3278 Fix the remaining 2180 flake8 errors in tools/ . 2016-02-10 18:46:03 +00:00
John Chilton 591519009b Add citations to a few more tools. 2015-10-05 15:12:46 +01:00
Nicola Soranzo 22d4a1d8c3 dos2unix of tools/ directory. Some whitespace and PEP-8 fixes. 2015-05-15 12:40:52 +01:00
peterjc fce2184e5b Make tool version explicit (Job runner would assume 1.0.0) 2015-03-09 15:21:48 +00:00
Dave Bouvier 35bc12d769 Migrate tools from the distribution to the tool shed. 2014-07-28 11:58:52 -04:00
Dave Bouvier 448d9f55eb Migrate 43 tools from the distribution to the tool shed. 2014-01-27 09:53:14 -05:00
Daniel Blankenberg 1e55e46201 Performance enhancements for Build custom track for UCSC genome browser tool. 2012-10-16 15:25:01 -04:00
Daniel Blankenberg a6ecae74fd Minor tool help updates. 2011-09-08 10:34:56 -04:00
Rob Hooft ff227df117 fixed some configuration files 2011-04-13 21:02:06 +02:00
Daniel Blankenberg 37ae9ac29d Create NGS peak calling section. Add MACS peak caller. Move GeneTrack to new section. Increment sam2interval tool version. 2010-02-05 16:06:27 -05:00
Daniel Blankenberg 5a0b072e56 Make the GeneTrack datatype binary, containing only the 'indexed' data needed by the GeneTrack server. Better creation of the URL for running the peak predictor tool. \nStill some cleanup/decoupling possible. 2010-02-03 16:33:25 -05:00
Daniel Blankenberg 973031f918 Fixes for GeneTrack. TODO: HDF indexes are handled in a fragile way: GeneTrack should accept an explicit filename for the index instead of using dataset_name.hdf. 2010-01-27 16:33:49 -05:00
Greg Von Kuster 8f6e8213a0 Fix most of the db flushes to be compatibel with sqlalchemy 05. Add the _monkeypatch_query_method() back into assignmapper due to a single object.get() method in the MetadataCollection class since Metadata has no current hook into mapping.context ( the sqlalchemy session ). There a 4 flushes in metadata,py and 20 flushes in model.__init__.py that still use the _monkeypatch_session_method in assignmapper due to the same issue, but all other flushes are fixed. 2009-11-11 15:59:41 -05:00
Nate Coraor 607d670872 Add Genetrack tools and display site 2009-11-06 14:22:44 -05:00
Kanwei Li a947686b77 fix some typos for tools in folders N-Z 2009-09-25 02:06:03 -04:00
Greg Von Kuster d0d7875192 Deprecated code corrections for supporting Python 2.6. Many of the Python 2.6 eggs are still throwing DeprecationWarning messages, so some things still won't work. Eggs for 2.6 need to be re-scrambled after corrections are made. 2009-08-14 15:37:31 -04:00
Ian Schenck 28016bd908 Using deprecated sha module in place of hashlib to keep compatibility with python2.4 2009-02-05 15:34:31 -05:00
Ian Schenck 937e568e19 Ironed out nasty exceptions thrown on invalid genetrack outputs. Still need a way to resolve the optional 2nd output (exported intervals), and ensure the user picks at least 1 coverage dataset or 1 feature dataset. 2009-01-27 17:10:30 -05:00
Ian Schenck 82d09f5824 Finally remerged changeset. Should be good now. 2009-01-21 16:48:54 -05:00
Nate Coraor 427bc02028 Backed out changeset 83a0c394a797 2009-01-21 16:03:59 -05:00
Ian Schenck b8e76a8ca6 Made Genetrack load only if the dependencies import 2009-01-21 11:45:30 -05:00
Ian Schenck 6a0aa166aa Initial GeneTrack commit. Most parts are in, but dependencies will still be a problem. 2009-01-19 17:45:28 -05:00
Daniel Blankenberg 18f4037ba2 Update GMAJ help. 2008-12-04 15:09:57 -05:00
Daniel Blankenberg 7e0479473c Update GMAJ to latest beta. 2008-11-24 11:19:48 -05:00
Greg Von Kuster 5331dee076 Add functioal test baseline support for the repeat construct, more work needed ( e.g., multiple repeat elements, refresh_on_change when the input to be refreshed is within a repeat construct ). Added functional tests for some tools that use this construct. 2008-11-10 14:22:01 -05:00
Daniel Blankenberg b9e242e4eb Add a new metadata type of Metadata Files.
These are now used to store the list of chromosomes for species as well as the index for MAF files.

MAF tools have been enhanced to make use of index files when available.

TODO: When datasets are purged from disk, these files should also be purged.
2008-10-22 13:49:22 -04:00
Daniel Blankenberg beb7e3cf97 Update GMAJ tool interface. 2008-09-19 12:27:20 -04:00
Daniel Blankenberg 134e7ea7d6 Update GMAJ tool to allow the specifying of annotations in two styles. 2008-09-08 16:00:49 -04:00
Daniel Blankenberg d112668c6a Fix for GMAJ tool when species chromosomes are not specified. Error appears in paster.log as 'TypeError: iterable argument required' 2008-09-03 12:06:33 -04:00
Daniel Blankenberg 5073bfb57a Add a metadata parameter to Alignment datatypes which stores chromosome information found in the alignment for each species.
GMAJ tool no longer needs to have the chromosome specified for annotations.
2008-08-28 15:12:53 -04:00
Daniel Blankenberg da3db3020a Allow the user to optionally set a reference sequence in GMAJ. 2008-08-27 12:06:47 -04:00
Daniel Blankenberg 70b22fbc60 All datasets are now properly wrapped by DatasetFilenameWrapper. Certain cases had some datasets wrapped by InputValueWrapper. 2008-06-05 18:52:26 +00:00
Daniel Blankenberg 11a2c767c3 Rewrite of dynamic options for select lists. There are no more 'special cases' and new filters are much easier to incorporate, as neeeded.
MAF tool interfaces now support the use of index species and all species existing in cached alignment sets.
Until main is updated and the old maf_location files can be overwritten, these symbolic links are required:
maf_index.loc -> /depot/data2/galaxy/maf_index_new.loc
maf_pairwise.loc -> /depot/data2/galaxy/maf_pairwise_new.loc
2008-05-29 17:38:46 +00:00
Daniel Blankenberg fbcb5b6220 Typo in GMAJ no warn. 2008-05-27 15:32:53 +00:00
Daniel Blankenberg 6859f36c8c Update nowarn Options for GMAJ tool. 2008-05-23 20:38:01 +00:00
Daniel Blankenberg 69116c95b1 Add additional nowarn parameter options to GMAJ. 2008-05-22 17:20:09 +00:00
Daniel Blankenberg 8c5787f21d Fix Errors reported by Cathy regarding the GMAJ tool.
With these notes:

User's can now specify the warnings that they which to report ('nowarns').  There are likely more options but they are unknown.

Using Firefox 1.5.0.12 on Ubuntu with no extensions/addons installed gives me no issues with loading the applet while Javascript is enabled or disabled (works for me).
2008-05-20 19:54:12 +00:00
Daniel Blankenberg 8dbd35176f Small fixes for GMAJ. 2008-05-16 19:01:09 +00:00
Daniel Blankenberg 310911f861 Update GMAJ to the latest beta.
GMAJ can now export MAF blocks back into the user's history.

The Interface for defining annotations has been updated.
2008-05-16 18:39:41 +00:00
Greg Von Kuster 43d2cb311d Fix for optional DataToolParameters and fix for GMAJ tool imports. 2008-04-16 18:33:26 +00: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
Daniel Blankenberg 8c075e0d70 Fix for Applet/JavaScript incompatibility in FireFox (tested under WindowXP, Firefox/2.0.0.12 [and IE 7]). Updated to use the 'object' tag, instead of deprecated 'applet'.
It seems wrapping the object/applet in a div tag was the solution to preventing FireFox from crashing.
2008-03-19 18:52:40 +00:00
Greg Von Kuster 9879521d32 Fix for build_ucsc_custom_track, will no longer throw server error if history does not include valid input dataset, tool also now skips invalid lines instead of throwing exception. 2008-03-14 19:41:56 +00:00
Greg Von Kuster 135c9a0377 Removed the remainder of the tool version subdirectories. 2008-03-03 18:38:57 +00:00
Greg Von Kuster 9262212acd Added tool version directories for validation and visualization tools directories. 2008-02-22 20:36:20 +00:00
Guruprasad Anada 5e4177b827 Modified "Build custom track" to work on Interval files without strand column. 2008-02-08 16:11:03 +00:00