Skip to content

Commit

Permalink
force test
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Apr 30, 2024
1 parent 6f62510 commit 430d87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harpy/rules/impute.smk
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,4 @@ rule log_workflow:
_ = f.write("Additional STITCH parameters provided (overrides existing values above):\n")
_ = f.write(" " + config.get("extra", "None provided") + "\n")
_ = f.write("\nThe Snakemake workflow was called via command line:\n")
_ = f.write(" " + str(config["workflow_call"]) + "\n")
_ = f.write(" " + str(config["workflow_call"]) + "\n")

0 comments on commit 430d87e

Please sign in to comment.