diff --git a/examples/100x_wes.json b/examples/100x_wes.json index 83cbf25..2931d03 100644 --- a/examples/100x_wes.json +++ b/examples/100x_wes.json @@ -8,5 +8,6 @@ "PREEMPTIBLE_TRIES": "2", "STREAM_INPUT": "True", "ZONES": "us-central1-a,us-central1-b,us-central1-c,us-central1-f", - "PROJECT_ID": "YOUR_PROJECT_HERE" + "PROJECT_ID": "YOUR_PROJECT_HERE", + "EMAIL": "YOUR_EMAIL_HERE" } diff --git a/examples/30x_wgs.json b/examples/30x_wgs.json index d952384..461b9bb 100644 --- a/examples/30x_wgs.json +++ b/examples/30x_wgs.json @@ -8,5 +8,6 @@ "PREEMPTIBLE_TRIES": "2", "STREAM_INPUT": "True", "ZONES": "us-central1-a,us-central1-b,us-central1-c,us-central1-f", - "PROJECT_ID": "YOUR_PROJECT_HERE" + "PROJECT_ID": "YOUR_PROJECT_HERE", + "EMAIL": "YOUR_EMAIL_HERE" } diff --git a/examples/30x_wgs_ccdg.json b/examples/30x_wgs_ccdg.json index 82e41da..7511e85 100644 --- a/examples/30x_wgs_ccdg.json +++ b/examples/30x_wgs_ccdg.json @@ -8,5 +8,6 @@ "PREEMPTIBLE_TRIES": "2", "STREAM_INPUT": "True", "ZONES": "us-central1-a,us-central1-b,us-central1-c,us-central1-f", - "PROJECT_ID": "YOUR_PROJECT_HERE" + "PROJECT_ID": "YOUR_PROJECT_HERE", + "EMAIL": "YOUR_EMAIL_HERE" } diff --git a/examples/example.json b/examples/example.json index 5de22a3..8f4b718 100644 --- a/examples/example.json +++ b/examples/example.json @@ -4,5 +4,6 @@ "REF": "gs://sentieon-test/pipeline_test/reference/hs37d5.fa", "OUTPUT_BUCKET": "YOUR_BUCKET_HERE", "ZONES": "us-central1-a,us-central1-b,us-central1-c,us-central1-f", - "PROJECT_ID": "YOUR_PROJECT_HERE" + "PROJECT_ID": "YOUR_PROJECT_HERE", + "EMAIL": "YOUR_EMAIL_HERE" } diff --git a/examples/tn_example.json b/examples/tn_example.json index 7fcfcbd..9c8b4c5 100644 --- a/examples/tn_example.json +++ b/examples/tn_example.json @@ -8,6 +8,6 @@ "ZONES": "us-central1-a,us-central1-b,us-central1-c,us-central1-f", "PROJECT_ID": "YOUR_PROJECT_HERE", "PIPELINE": "SOMATIC", - "CALLING_ALGO": "TNhaplotyper" + "CALLING_ALGO": "TNhaplotyper", + "EMAIL": "YOUR_EMAIL_HERE" } -