Skip to content

Commit

Permalink
Merge pull request BD2KGenomics#228 from BD2KGenomics/issues/225-toil…
Browse files Browse the repository at this point in the history
…-3.3.3/master

Issues/225 toil 3.3.3/master
  • Loading branch information
hannes-ucsc authored Sep 24, 2016
2 parents 2ebbd0b + bf487b7 commit ec97c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toil/src/cgcloud/toil/toil_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class ToilBox( ToilBoxSupport ):
A box with Mesos, the latest stable Toil release and their dependencies installed.
"""

default_spec = 'toil[aws,mesos,encryption,cwl]==3.3.1'
default_spec = 'toil[aws,mesos,encryption,cwl]==3.3.3'

@classmethod
def get_role_options( cls ):
Expand Down Expand Up @@ -179,7 +179,7 @@ class ToilLatestBox( ToilBox ):
"""
A box with Mesos, the latest unstable release of Toil and their dependencies installed
"""
default_spec = 'toil[aws,mesos,encryption,cwl]<=3.4.0'
default_spec = 'toil[aws,mesos,encryption,cwl]<=3.6.0'


class ToilLeader( ToilBox, ClusterLeader ):
Expand Down

0 comments on commit ec97c3e

Please sign in to comment.