Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymedina committed Jan 12, 2024
1 parent e1e354f commit 211a360
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ def synstage_info(self, samplesheet_uri: str) -> LaunchInfo:
params={
"input": samplesheet_uri,
},
workspace_secrets=["SYNAPSE_AUTH_TOKEN", "SB_AUTH_TOKEN", "SB_API_ENDPOINT"],
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 211a360

Please sign in to comment.