Skip to content

Commit

Permalink
Updates demo.py to use nf-synapse:NF_SYNINDEX
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Apr 19, 2024
1 parent 20612c3 commit a000899
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 @@ -95,9 +95,10 @@ def synindex_info(self, rnaseq_outdir_uri: str) -> LaunchInfo:
"""Generate LaunchInfo for nf-synindex."""
return LaunchInfo(
run_name=self.get_run_name("synindex"),
pipeline="Sage-Bionetworks-Workflows/nf-synindex",
pipeline="Sage-Bionetworks-Workflows/nf-synapse",
revision="main",
profiles=["sage"],
profiles=["docker"],
entry_name="NF_SYNINDEX",
params={
"s3_prefix": rnaseq_outdir_uri,
"parent_id": self.output_folder,
Expand Down

0 comments on commit a000899

Please sign in to comment.