Skip to content

Commit

Permalink
Merge pull request #41 from Sage-Bionetworks-Workflows/bwmac/IBCDPE-7…
Browse files Browse the repository at this point in the history
…00/nf-synapse-synindex

[IBCDPE-700] Update `demo.py` to use `nf-synapse`:`NF_SYNINDEX`
  • Loading branch information
BWMac authored Apr 19, 2024
2 parents 20612c3 + a000899 commit 233a107
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 233a107

Please sign in to comment.