Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samwachspress committed May 5, 2021
1 parent 1315d92 commit 251f273
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 251f273

Please sign in to comment.