1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/4637dfed79d3/ Changeset: 4637dfed79d3 User: dannon Date: 2014-08-18 21:16:13 Summary: Fix more typos in jobs/rule_helper.py, some new, some old. Affected #: 1 file diff -r e6d6d98adcf3af152d8da21fd28f0e73c0ee2205 -r 4637dfed79d37c05e3caa3e0d4d5b1d44f892904 lib/galaxy/jobs/rule_helper.py --- a/lib/galaxy/jobs/rule_helper.py +++ b/lib/galaxy/jobs/rule_helper.py @@ -17,7 +17,7 @@ class RuleHelper( object ): - """ Utillity to allow job rules to interface cleanly with the rest of + """ Utility to allow job rules to interface cleanly with the rest of Galaxy and shield them from low-level details of models, metrics, etc.... Currently focus is on figuring out job statistics for a given user, but @@ -127,7 +127,7 @@ See stock_rules for an simple example of using this function - but to get the most out of it - it should probably be used with custom job - rules that can respond to the bursting by allocatin resources, + rules that can respond to the bursting by allocating resources, launching cloud nodes, etc.... """ if job_states is None: @@ -160,9 +160,9 @@ def job_hash( self, job, hash_by=None ): """ Produce a reproducible hash for the given job on various criteria - for instance if hash_by is "workflow_invocation,history" - - all jobs within the same workflow invocation will recieve the same + all jobs within the same workflow invocation will receive the same hash - for jobs outside of workflows all jobs within the same history - will recieve the same hash, other jobs will be hashed on job's id + will receive the same hash, other jobs will be hashed on job's id randomly. Primarily intended for use with ``choose_one`` above - to consistent @@ -176,7 +176,7 @@ if job_hash: return job_hash - # Fallback to just hashing by job id, should always return a value. + # Fall back to just hashing by job id, should always return a value. return self._try_hash_for_job( job, "job" ) def _try_hash_for_job( self, job, hash_by ): Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.