Skip to content

Commit

Permalink
fix: snakefmt error
Browse files Browse the repository at this point in the history
  • Loading branch information
m-jahn committed Jul 23, 2024
1 parent d351622 commit a4dd408
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ include: "rules/preprocessing.smk"
include: "rules/postprocessing.smk"


# set shell configs
# -----------------------------------------------------
shell.executable("bash")
shell.prefix(f"set -eo pipefail; ")


onstart:
print("\n--- Analysis started...\n")
print()
Expand Down

0 comments on commit a4dd408

Please sign in to comment.