Skip to content

Commit 27ce0e9

Browse files
authored
Update version of hca cli (#138)
* Update version of hca cli This version of the hca cli includes a fix to uploading large files * Update docker image version * Update hca cli version * Update docker image version
1 parent 33e7e11 commit 27ce0e9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.48.2"
142+
String pipeline_tools_version = "v0.48.3"
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.48.2"
153+
String pipeline_tools_version = "v0.48.3"
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.48.2"
85+
String pipeline_tools_version = "v0.48.3"
8686

8787
call GetInputs as prep {
8888
input:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'arrow>=0.12.1',
1919
'google-auth>=1.6.1,<2',
2020
'google-cloud-storage>=1.10.0,<2',
21-
'hca>=4.5.0,<5',
21+
'hca>=5.1.0,<6',
2222
'mock>=2.0.0,<3',
2323
'requests>=2.20.0,<3',
2424
'requests-mock>=1.5.2,<2',

0 commit comments

Comments
 (0)