Skip to content

Commit

Permalink
♻️ Re-run
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Aug 16, 2024
1 parent 295b460 commit f4acf28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def main(
params["executor"] = str(params["executor"])
ln.save([ln.Param(name=k, dtype=type(v).__name__) for k, v in params.items()])
# register the workflow as a script in the transform registry
ln.settings.transform.stem_uid = "taasWKawCiNA" # <-- via ln.track()
ln.settings.transform.version = redun_lamin_fasta.__version__
ln.context.uid = "taasWKawCiNA0000" # <-- autogenerated by ln.context.track()
ln.context.version = redun_lamin_fasta.__version__
# (optional) sync workflow with a git repo
ln.settings.sync_git_repo = "https://github.com/laminlabs/redun-lamin"
# track the workflow run
Expand Down

0 comments on commit f4acf28

Please sign in to comment.