Skip to content

Commit

Permalink
Merge pull request #14 from msk-access/hotfix/athena_toil_updates
Browse files Browse the repository at this point in the history
Hotfix/athena toil updates
  • Loading branch information
rhshah committed May 18, 2023
2 parents d1a6362 + 64685ca commit f5d93e4
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[submodule "cwl-commandlinetools"]
path = cwl-commandlinetools
url = https://github.com/msk-access/cwl-commandlinetools.git
branch = hotfix/athena_inputs
[submodule "cwl_subworkflows"]
path = cwl_subworkflows
url = https://github.com/msk-access/cwl_subworkflows.git
branch = hotfix/athena
2 changes: 1 addition & 1 deletion cwl_subworkflows
2 changes: 1 addition & 1 deletion qc_generator/nucleo_qc_generator.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ inputs:
'sbg:x': 386.90625
'sbg:y': 2449.734375
- id: output
type: string?
type: 'string[]?'
'sbg:exposed': true
- id: omaf
type: boolean?
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
coloredlogs==15.0.1
pytest==7.2.0
setuptools==65.4.1
cwltool==3.1.20220628170238
cwltool==3.1.20230425144158
toil[cwl] @ git+https://github.com/DataBiosphere/toil.git
pytest-runner==6.0.0
tox==3.27.1
7 changes: 7 additions & 0 deletions requirements_voyager.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
coloredlogs==15.0.1
pytest==7.2.0
setuptools==65.4.1
cwltool==3.1.20230425144158
git+https://github.com/mskcc/[email protected]#egg=toil[cwl]
pytest-runner==6.0.0
tox==3.27.1
11 changes: 11 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,14 @@ passenv = {gh-actions,pytest}
deps = -r ./requirements.txt
# run the tests
commands = pytest

[testenv-voyager]

passenv = {gh-actions,pytest}
# allowlist_externals= /bin/bash
# install data
# commands_pre = bash install_data.sh
# install testing framework
deps = -r ./requirements_voyager.txt
# run the tests
commands = pytest

0 comments on commit f5d93e4

Please sign in to comment.