diff --git a/README.md b/README.md index 7bad9d5d..0ddf2581 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -# This directory contains the code to start the Google Cloud Run Microservice for the Heritability Tool +### GOLANG CloudRun for H2 Heritability calculations. ### + +Server listens for CloudTask queue requests, downloads the input data from CloudStorage, executes R script, then uploads the result to CloudStorage. At each stage, the DataStore status is updated. Build using: -gcloud config set project andersen-lab gcloud builds submit --config cloudbuild.yaml . --timeout=3h gcloud run deploy --image gcr.io/andersen-lab/h2-1 --memory 1024Mi --platform managed h2-1 --timeout=15m