Skip to content

Commit 9d4b89a

Browse files
Merge pull request #2341 from mr-c/fix_cwl_overrides
CWL:fix support for user space overrides
2 parents c124c2d + 769a0f4 commit 9d4b89a

5 files changed

Lines changed: 482 additions & 406 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def runSetup():
3434
gcs = 'google-cloud-storage==1.6.0'
3535
gcs_oauth2_boto_plugin = 'gcs_oauth2_boto_plugin==1.14'
3636
apacheLibcloud = 'apache-libcloud==2.2.1'
37-
cwltool = 'cwltool==1.0.20180518123035'
37+
cwltool = 'cwltool==1.0.20180820141117'
3838
schemaSalad = 'schema-salad>=2.6, <3'
3939
galaxyLib = 'galaxy-lib==17.9.3'
4040
htcondor = 'htcondor>=8.6.0'

0 commit comments

Comments
 (0)