Skip to content

Commit

Permalink
Update metadata-api version (#141)
Browse files Browse the repository at this point in the history
* Update metadata-api version

* Update pipeline-tools version
  • Loading branch information
samanehsan authored May 2, 2019
1 parent c09cfa4 commit 6cf5fd8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion adapter_pipelines/Optimus/adapter.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ workflow AdapterOptimus {
Int max_cromwell_retries = 0
Boolean add_md5s = false
String pipeline_tools_version = "v0.49.0"
String pipeline_tools_version = "v0.49.1"
call GetInputs as prep {
input:
Expand Down
2 changes: 1 addition & 1 deletion adapter_pipelines/cellranger/adapter.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ workflow Adapter10xCount {
Int max_cromwell_retries = 0
Boolean add_md5s = false
String pipeline_tools_version = "v0.49.0"
String pipeline_tools_version = "v0.49.1"
call GetInputs {
input:
Expand Down
2 changes: 1 addition & 1 deletion adapter_pipelines/ss2_single_sample/adapter.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ workflow AdapterSmartSeq2SingleCell{
Int max_cromwell_retries = 0
Boolean add_md5s = false
String pipeline_tools_version = "v0.49.0"
String pipeline_tools_version = "v0.49.1"
call GetInputs as prep {
input:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ google-auth>=1.6.1,<2
google-cloud-storage>=1.10.0,<2
tenacity==4.10.0
PyJWT==1.6.4
git+git://github.com/HumanCellAtlas/metadata-api@release/1.0b4#egg=hca-metadata-api[dss]
git+git://github.com/HumanCellAtlas/metadata-api@release/1.0b15#egg=hca-metadata-api[dss]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'setuptools_scm>=2.0.0,<3',
'tenacity>=4.10.0,<5',
'PyJWT==1.6.4',
'hca-metadata-api @ git+git://github.com/HumanCellAtlas/metadata-api@release/1.0b4'
'hca-metadata-api @ git+git://github.com/HumanCellAtlas/metadata-api@release/1.0b15'
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 6cf5fd8

Please sign in to comment.