Commit Graph
27 Commits
Author SHA1 Message Date
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
Greg Von Kuster 75b84e0e4d Eliminated Dataset.state.FAKE (requires db update), replacing it with Dataset.state.OK since fake datasets are removed, causing problems for workflow.
Database update:
update dataset set state = 'ok' where state = 'fake'
2007-12-21 19:31:58 +00:00
James Taylor 2a39285bb3 Fix for building custom tracks from interval files. 2007-11-10 01:32:19 +00:00
Greg Von Kuster db8eee7889 Changing all tools that use 'text' as file extension to now use 'txt'. We are eliminating the use of 'text' as a file extension within Galaxy and will now use only 'txt' for Text data types. 2007-09-27 12:24:27 +00:00
Greg Von Kuster b22fecf1d3 Fix for invalid interval file sent to build_ucsc_custom_track. 2007-08-03 15:15:43 +00:00
Daniel Blankenberg 07a7dd60af Update GMAJ to latest version. Also have help link to the local
copy of the supplied help documents.
2007-07-30 19:22:24 +00:00
Daniel Blankenberg a3390c3dc4 Update GMAJ to latest version. This now accepts BED as input for annotations.
TODO: Allow annotations to be specified for all species in the file, not just the
'primary' organism (as specified by the dbkey). Metadata for sequences will need to be
fleshed out more first (i.e. store all species present in the file).
2007-07-25 20:39:16 +00:00
Guruprasad Anada b16e569c0f Updating help for extract_GFF_features, get_flanks, xy_plot and Build_ucsc_custom_track tools. 2007-07-16 15:27:26 +00:00
Jianbin He a6d5eaa93f rollback. sorry, removed the wrong files 2007-06-04 14:18:13 +00:00
Jianbin He 251b052221 remove tool build_ucsc_custom_track 2007-06-04 14:11:53 +00:00
Anton Nekrutenko 25ff4e6072 Few of cosmetic changes 2007-05-25 20:40:15 +00:00
James Taylor 7bfc238304 Many changes related to tool interfaces and jobs (DATABASE CHANGE, READ)
#) An "xy_plot" tool and a new "build_ucsc_custom_track" tool that
   demonstrate the various features added here.

#) Grouping constructs for tool parameters:
   - "repeat" element allows for a set of parameters to be repeated an
     arbitrary number of times
   - "conditional" element allows choosing a set of parameters to display
     based on the value of another parameter
   These constructs can be arbitrarily nested. Their values are structured
   and can be used in hooks, validation, et cetera

#) Support for generating arbitrary config files to pass to a tool

#) Command lines are now full Cheetah templates

#) Better job error reporting, includes tracebacks for internal errors
   preparing the job (database change required, see below!)

#) Preparation of command line, config files, exec_before_job hook moved
   into job execution stage

#) Parameter values now jsonified before storing in database (this is much
   more rigorous that before, and restoring from the database now works
   properly)

DATABASE CHANGE:

alter table job add column traceback text;
2007-05-19 16:40:55 +00:00
James Taylor f788a34fca Moving james-wsgi branch to new trunk. 2006-11-15 16:28:21 +00:00