Skip to content

Commit

Permalink
Add the 'EMAIL' field to the example JSON configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
DonFreed committed Nov 20, 2019
1 parent f183dc3 commit c2da855
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion examples/100x_wes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
3 changes: 2 additions & 1 deletion examples/30x_wgs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
3 changes: 2 additions & 1 deletion examples/30x_wgs_ccdg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
3 changes: 2 additions & 1 deletion examples/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions examples/tn_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit c2da855

Please sign in to comment.