Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
477c168f
Commit
477c168f
authored
Jul 02, 2010
by
Leo Gordon
Browse files
latest changes
parent
f877b349
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
README
README
+31
-0
No files found.
README
View file @
477c168f
...
...
@@ -16,6 +16,37 @@ Summary:
Bio::EnsEMBL::Analysis::RunnableDB perl wrapper objects as nodes/blocks in
the graphs but could be adapted more generally.
2 July, 2010 : Leo Gordon
* [Bugfix] Process::dataflow_output_id() is simplified and generalized
* [Feature/experimental] ProcessWithParams::param_substitute() can now understand #stringifier:param_name# syntax,
several stringifiers added (the syntax is not final, and the stringifiers will probably move out of the module)
* [Feature] TableDumperZipper_conf can now understand negative patterns:
it is an example how to emulate the inexistent in MySQL 5.1 syntax "SHOW TABLES NOT LIKE "%abc%"
my using queries from information_schema.tables
* [Cleanup] the 'did' parameter was finally removed from SystemCmd and SqlCmd to avoid confusion
(the same functionality is already incapsulated into AnalysisJobAdaptor)
* [Feature] SqlCmd can now produce mysql_insert_ids and pass them on as params.
This allows us to grab auto-incremented values on PipeConfig level (see Compara/PipeConfig for examples)
* [Convenience] beekeeper.pl and runWorker.pl can take dbname as a "naked" command line option
(which makes the option's syntax even closer to that of mysql/mysqldump)
* [Convenience] -job_id is now the standard option name understood by beekeeper.pl and runWorker.pl
(older syntax is kept for compatibility)
* [Cleanup] Some unused scripts have been removed from sql/ directory,
drop_hive_tables() added to procedures.sql
* [Bugfix] claim_analysis_status index on analysis_job table has been fixed in tables.sql
and a corresponding patch file added
13 June, 2010 : Leo Gordon
* Added support for dataflow-into-tables, see LongMult example.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment