Skip to content
Snippets Groups Projects
Select Git revision
  • Bugfix/NullHashKey
  • Bugfix/NullHashKey2
  • Bugfix/NullHashKey3
  • bau/copyright-2024-v2.6
  • bugfix/add_license_key_transform
  • bugfix/bacct_cmd_update
  • bugfix/cleanup_own_workers
  • bugfix/dot_pipeline_name_2.4
  • bugfix/dot_pipeline_name_2.5
  • bugfix/dummy_wait
  • bugfix/ensembl_root_missing
  • bugfix/gnuplot_subscript
  • bugfix/ignore_coverage_failures
  • bugfix/invalid_url
  • bugfix/java_shared_secrets
  • bugfix/lsf_detection
  • bugfix/lsf_test_dates
  • bugfix/misc_doc
  • bugfix/negative_in_progress
  • bugfix/nosy_standalone
  • attic/unique_job
  • attic/collections
  • attic/unique_attempt_2
  • attic/unique_attempt_1
  • attic/attempt
  • sql_schema_97_start
  • sql_schema_96_start
  • sql_schema_95_start
  • attic/smart_scheduler
  • base/version/2.5
  • sql_schema_94_start
  • sql_schema_93_start
  • attic/log_levels
  • sql_schema_92_start
  • sql_schema_91_start
  • attic/hive_script
  • sql_schema_90_start
  • sql_schema_89_start
  • sql_schema_85_start
  • sql_schema_86_start
40 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.023Apr12827Mar26252220141285128Feb2725232221201918151413127625Jan15141110417Dec1265130Nov2928272321201918161513129862131Oct24231917161513121110985432128Sep2726252120754329Aug282725242317161432131Jul25242316329Jun27262522191513111086131May30282322211817121110982123Apr1627Mar2620197124Feb23201615141031Jan208Dec29Nov2825242322211710415Oct23Sep2095125Aug181526Jul201514131286542130Jun2916151473231May2827262524232120191612111095319Apr1814131130Mar292624231817161210921Feb27Jan2120191412111065431Dec282321141326Nov26Oct22191884130Sep2826232221201614131110987432131Aug242320131211109516Jul141312230Jun2928252318171615141310326May2018171413121110765bugfix: check before storing rc (may be necessary in -analysis_topup mode) and warn about consequences of redefining it.API extension: store() now also returns how many actual store operations (as opposed to fetching of already stored ones) it has performedtables.sql was made compatible with Core/Production sql2html.pl and the result is kept in docs/Runtime is recorded for failing jobsAdded 22 Feb 2013 eHive workshop slides and examples to docs/presentation/Make sure we do not create an analysis with non-hash parametersuse param_required() calls wherever a parameter value is requiredBack to num_required_workers' meaning "how many extra workers we need to add to this analysis"; fixing a scheduling bug/oversensitivity to manual change of batch_sizeMoved runnable checks into a separate method Analysis::get_compiled_module_name()Do not crash when asked to param_substitute a Regexp, but issue a warningfree 'Start' from dealing with 'a_multiplier' by using an input_id_template in PipeConfig instead; renamed 'Start' to 'DigitFactory' to reflect thatA new and friendlier README file; defines main concepts and provides contact databugfix: added missing quotesA 3-analysis pipeline with almost exclusive use of #substitution#; mysql_conn() and mysql_dbname() modified to transform urls as wellImproved legend with useful commands The smallest Hive pipeline example possible. Just one SystemCmd-based analysis.A cleaner example of a two-analysis pipelines with better demonstration of #substitution# and only implicit $self->o() referencesmoved 'go_figure_dbc()' into Utils; supplied defaults for MySQLTransfer to make it quietThis file is now JSON strictDo not buffer the resultset (only tested with MySQL)bugfix: <= instead of <In "topup" mode, concurrent inserts make the row count unreliableProtect generate_graph.pl in table-drawing mode from printing too many rows (by setting a limit in JSON config)Protect generate_graph.pl in job-drawing mode from printing too many jobs (by setting a limit in JSON config)extend a method in JobAdaptor to return a limited number of jobs (for use in generate_graph)Fixed a memory leak in data_dbc()cosmetic: renamed README.txt back to README to retain an unbroken history in CVScosmetic: added new commits to README and renamed it Changelog; split out the old README.txt (non-Changelog part)avoid having beekeeper run in submitted-to-the-farm state - detect it, report and quitparam_substitution is now default everywhere, no need to call it explicitlyadded param_required() and param_is_defined() interfaces to Processbugfix: updated examples of how to use JobFactory without and with input_id_templatebugfix: changed implementation of data_dbc() to correctly compare things before cachingClone::clone is no longer used, so dependency has been removedIt is more efficient to give MySQL a LIMIT clauseJobFactory uses $overriding_hash to create jobs/rows from input_id_template; 'input_id' parameter deprecated; standaloneJob supports templates.Substitution machinery now supports an extra $overriding_hash that contains parameters with higher precedence than the whole of param() structurefixed several problems with parameter substitution and detection of undefs; added param_required() and param_is_defined()reload the cached data_dbc() value on change of param('db_conn')The modules of the analyses must be accessible