Skip to content

Commit 1bfdc39

Browse files
authored
Update hca-cli version (#111)
* Update hca-cli version * Increment pipeline-tools version
1 parent 4fa6013 commit 1bfdc39

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
@@ -127,7 +127,7 @@ workflow AdapterOptimus {
127127
Int max_cromwell_retries = 0
128128
Boolean add_md5s = false
129129

130-
String pipeline_tools_version = "v0.43.0"
130+
String pipeline_tools_version = "v0.43.1"
131131

132132
call GetInputs as prep {
133133
input:

adapter_pipelines/cellranger/adapter.wdl

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

154-
String pipeline_tools_version = "v0.43.0"
154+
String pipeline_tools_version = "v0.43.1"
155155

156156
call GetInputs {
157157
input:

adapter_pipelines/ss2_single_sample/adapter.wdl

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

86-
String pipeline_tools_version = "v0.43.0"
86+
String pipeline_tools_version = "v0.43.1"
8787

8888
call GetInputs as prep {
8989
input:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
install_requires=[
1818
'cromwell-tools',
1919
'google-cloud-storage>=1.8.0,<2',
20-
'hca>=4.4.9,<5',
20+
'hca>=4.5.0,<5',
2121
'hca-metadata-api',
2222
'mock>=2.0.0,<3',
2323
'requests>=2.20.0,<3',

0 commit comments

Comments
 (0)