-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Batch , Nextflow and Cromwell submission for Illumina Batch job #9
base: master
Are you sure you want to change the base?
Conversation
batch-submission/README.md
Outdated
"--api-host", "https://illumina.nimbix.net/api", | ||
"--machine", "nx1", | ||
"--dragen-app", "illumina-dragen_4_2_4n", | ||
"--google-sa", "[email protected]", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the Google service account be provided by the user?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated the sa account to [email protected] . Yes, It has to be the user Google service account.
Nextflow test - merge into master
Adding the 3 different submission samples for Illumina DRAGEN job.
README.md file also updated to link the 3 different directories.