Skip to content

Commit

Permalink
adding entry_name and workspace secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymedina committed Jan 12, 2024
1 parent 04a94ee commit c6b5667
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@ def synstage_info(self, samplesheet_uri: str) -> LaunchInfo:
run_name = self.get_run_name("synstage")
return LaunchInfo(
run_name=run_name,
pipeline="Sage-Bionetworks-Workflows/nf-synstage",
pipeline="Sage-Bionetworks-Workflows/nf-synapse",
revision="main",
entry_name="NF_SYNSTAGE",
profiles=["sage"],
params={
"input": samplesheet_uri,
},
workspace_secrets=["SYNAPSE_AUTH_TOKEN"],
workspace_secrets=["SYNAPSE_AUTH_TOKEN", "SB_AUTH_TOKEN", "SB_API_ENDPOINT"],
)

def rnaseq_info(self, staged_samplesheet_uri: str, outdir_uri: str) -> LaunchInfo:
Expand Down

0 comments on commit c6b5667

Please sign in to comment.