Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Aug 24, 2024
1 parent 0ec7fbb commit 47ec3ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workflow/rules/qc.smk
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ rule setup_qc_dir:
readme_md=config["report"]["resources"]["readme_md"],
output:
readme_md=str(Path(root) / "qc" / "README.md"),
log:
"logs/setup_qc_dir_log.txt",
shell:
"cp {input.readme_md} {output.readme_md}"

Expand Down

0 comments on commit 47ec3ed

Please sign in to comment.