-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #198 from woook/master
update API key
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
debug = False | ||
|
||
# =====git release for the automate_demultiplexing repo===== | ||
script_release = "v12.0" | ||
script_release = "v13.0" | ||
|
||
# =====location of input/output files===== | ||
# path to run folders | ||
|
@@ -149,7 +149,7 @@ | |
WES_email = "[email protected]" # WES email | ||
|
||
# DNA Nexus authentication token | ||
Nexus_API_Key = "K2v2COMKM7NdjeHyWdINUSrCrHaJfnxZ" | ||
Nexus_API_Key = "MK8QlLFLwGvFDkgc9MnaWIgrTARHlO3e" | ||
|
||
# list of DNA Nexus users for project to be shared with | ||
users = ["org-viapath_prod", "InterpretationRequest"] | ||
|