Skip to content

Commit 6cf5fd8

Browse files
authored
Update metadata-api version (#141)
* Update metadata-api version * Update pipeline-tools version
1 parent c09cfa4 commit 6cf5fd8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

adapter_pipelines/Optimus/adapter.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ workflow AdapterOptimus {
139139
Int max_cromwell_retries = 0
140140
Boolean add_md5s = false
141141

142-
String pipeline_tools_version = "v0.49.0"
142+
String pipeline_tools_version = "v0.49.1"
143143

144144
call GetInputs as prep {
145145
input:

adapter_pipelines/cellranger/adapter.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ workflow Adapter10xCount {
150150
Int max_cromwell_retries = 0
151151
Boolean add_md5s = false
152152

153-
String pipeline_tools_version = "v0.49.0"
153+
String pipeline_tools_version = "v0.49.1"
154154

155155
call GetInputs {
156156
input:

adapter_pipelines/ss2_single_sample/adapter.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ workflow AdapterSmartSeq2SingleCell{
8282
Int max_cromwell_retries = 0
8383
Boolean add_md5s = false
8484

85-
String pipeline_tools_version = "v0.49.0"
85+
String pipeline_tools_version = "v0.49.1"
8686

8787
call GetInputs as prep {
8888
input:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ google-auth>=1.6.1,<2
44
google-cloud-storage>=1.10.0,<2
55
tenacity==4.10.0
66
PyJWT==1.6.4
7-
git+git://github.com/HumanCellAtlas/metadata-api@release/1.0b4#egg=hca-metadata-api[dss]
7+
git+git://github.com/HumanCellAtlas/metadata-api@release/1.0b15#egg=hca-metadata-api[dss]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'setuptools_scm>=2.0.0,<3',
2626
'tenacity>=4.10.0,<5',
2727
'PyJWT==1.6.4',
28-
'hca-metadata-api @ git+git://github.com/HumanCellAtlas/metadata-api@release/1.0b4'
28+
'hca-metadata-api @ git+git://github.com/HumanCellAtlas/metadata-api@release/1.0b15'
2929
],
3030
entry_points={
3131
'console_scripts': [

0 commit comments

Comments
 (0)