Skip to content

Commit

Permalink
Add monitor script for cellranger and update cromwell-metadata image (#…
Browse files Browse the repository at this point in the history
…99)

* Update monitor scripts and adapter docker tags.

* Update the cromwell-metadata docker file.

* Increase the cromwell-metadata docker image tag.
  • Loading branch information
rexwangcc authored Oct 26, 2018
1 parent f20e5dc commit 1708dc7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion adapter_pipelines/Optimus/adapter.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ workflow AdapterOptimus {
Int max_cromwell_retries = 0
Boolean add_md5s = false
String pipeline_tools_version = "v0.39.0"
String pipeline_tools_version = "v0.40.0"
call GetInputs as prep {
input:
Expand Down
2 changes: 1 addition & 1 deletion adapter_pipelines/Optimus/options.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"monitoring_script": "gs://hca-dcp-mint-test-data/accessories/monitoring/optimus/monitor.sh",
"monitoring_script": "gs://hca-dcp-mint-test-data/accessories/monitoring/optimus/monitoring.sh",
"read_from_cache": true
}
2 changes: 1 addition & 1 deletion adapter_pipelines/cellranger/adapter.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ workflow Adapter10xCount {
Int max_cromwell_retries = 0
Boolean add_md5s = false
String pipeline_tools_version = "v0.39.0"
String pipeline_tools_version = "v0.40.0"
call GetInputs {
input:
Expand Down
1 change: 1 addition & 0 deletions adapter_pipelines/cellranger/options.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"monitoring_script": "gs://hca-dcp-mint-test-data/accessories/monitoring/cellranger/monitoring.sh",
"read_from_cache": true
}
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 @@ -83,7 +83,7 @@ workflow AdapterSmartSeq2SingleCell{
Int max_cromwell_retries = 0
Boolean add_md5s = false
String pipeline_tools_version = "v0.39.0"
String pipeline_tools_version = "v0.40.0"
call GetInputs as prep {
input:
Expand Down
2 changes: 1 addition & 1 deletion adapter_pipelines/ss2_single_sample/options.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"monitoring_script": "gs://hca-dcp-mint-test-data/accessories/monitoring/smartseq2/monitor.sh",
"monitoring_script": "gs://hca-dcp-mint-test-data/accessories/monitoring/smartseq2/monitoring.sh",
"read_from_cache": true
}
2 changes: 1 addition & 1 deletion adapter_pipelines/submit.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ task get_metadata {
--use_caas ${use_caas}
>>>
runtime {
docker: (if runtime_environment == "production" then "gcr.io/hca-dcp-pipelines-prod/cromwell-metadata:" else "gcr.io/broad-dsde-mint-${runtime_environment}/cromwell-metadata:") + "v1.1.0"
docker: (if runtime_environment == "production" then "gcr.io/hca-dcp-pipelines-prod/cromwell-metadata:" else "gcr.io/broad-dsde-mint-${runtime_environment}/cromwell-metadata:") + "v1.2.0"
maxRetries: max_retries
}
output {
Expand Down
2 changes: 1 addition & 1 deletion docker/cromwell-metadata/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/humancellatlas/secondary-analysis-pipeline-tools:v0.29.0
FROM quay.io/humancellatlas/secondary-analysis-pipeline-tools:v0.40.0

RUN mkdir /cromwell-metadata
WORKDIR /cromwell-metadata
Expand Down

0 comments on commit 1708dc7

Please sign in to comment.