-
Notifications
You must be signed in to change notification settings - Fork 1
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 #23 from Sage-Bionetworks-Workflows/bgrande/WORKFL…
…OWS-220/demo-script [WORKFLOWS-220] Create `py-orca` demonstration script
- Loading branch information
Showing
14 changed files
with
447 additions
and
35 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 |
---|---|---|
|
@@ -24,6 +24,9 @@ | |
# token (PAT), which can be generated here: | ||
# https://www.synapse.org/#!PersonalAccessTokens | ||
# | ||
# IMPORTANT: The ':' and '@' characters before and after | ||
# the access token are required. Do not omit them. | ||
# | ||
# Examples: | ||
# SYNAPSE_CONNECTION_URI=syn://:<access-token>@ | ||
# SYNAPSE_CONNECTION_URI=syn://:eyJ0[...]QP7g@ | ||
|
@@ -41,6 +44,9 @@ | |
# of the project owner's username following by the project | ||
# name: <project-id> = <username>/<project-name>. | ||
# | ||
# IMPORTANT: The ':' and '@' characters before and after | ||
# the access token are required. Do not omit them. | ||
# | ||
# Examples: | ||
# SEVENBRIDGES_CONNECTION_URI=sbg://:<access-token>@<api-base-endpoint>[/?project=<project-id>] | ||
# SEVENBRIDGES_CONNECTION_URI=sbg://:f560[...][email protected]/v2 | ||
|
@@ -59,6 +65,9 @@ | |
# which consists of the workspace prefixed by the organization | ||
# name (separated by a forward slash). | ||
# | ||
# IMPORTANT: The ':' and '@' characters before and after | ||
# the access token are required. Do not omit them. | ||
# | ||
# Examples: | ||
# NEXTFLOWTOWER_CONNECTION_URI=tower://:<access-token>@<api-base-endpoint>[/?workspace=<organization-name>/<workspace-name>] | ||
# NEXTFLOWTOWER_CONNECTION_URI=tower://:eyJ0[...][email protected] | ||
|
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 |
---|---|---|
|
@@ -57,3 +57,6 @@ MANIFEST | |
.venv*/ | ||
.conda*/ | ||
.python-version | ||
|
||
# Metaflow files | ||
.metaflow |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.