Skip to content

Commit

Permalink
Merge pull request #2033 from BD2KGenomics/20180130_cwltool
Browse files Browse the repository at this point in the history
latest CWL ref runner & conformance tests
  • Loading branch information
ejacox authored Jan 30, 2018
2 parents b9b6ca1 + f67f4d5 commit b800392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ def runSetup():
azureCosmosdbTable = 'azure-cosmosdb-table==0.37.1'
pynacl = 'pynacl==1.1.2'
gcs_oauth2_boto_plugin = 'gcs_oauth2_boto_plugin==1.14'
cwltool = 'cwltool==1.0.20180108222053'
cwltool = 'cwltool==1.0.20180130110340'
schemaSalad = 'schema-salad >= 2.6, < 3'
galaxyLib = 'galaxy-lib==17.9.3'
cwltest = 'cwltest>=1.0.20170214185319'
cwltest = 'cwltest>=1.0.20180130081614'

mesos_reqs = [
psutil]
Expand Down
2 changes: 1 addition & 1 deletion src/toil/test/cwl/cwlTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def path_without_rev():
def test_run_conformance(self):
rootDir = self._projectRootPath()
cwlSpec = os.path.join(rootDir, 'src/toil/test/cwl/spec')
testhash = "97173a98a46e23b59700daf01a84f8dd16cee4e4"
testhash = "91f108df4d4ca567e567fc65f61feb0674467a84"
url = "https://github.com/common-workflow-language/common-workflow-language/archive/%s.zip" % testhash
if not os.path.exists(cwlSpec):
urlretrieve(url, "spec.zip")
Expand Down

0 comments on commit b800392

Please sign in to comment.